lncomponentui

1.0.2 • Public • Published

lncomponentui

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

按需导入在 babel.config.js 配置

module.exports = {
  presets: ['@vue/cli-plugin-babel/preset'],
  plugins: [
    [
      'import',
      {
        'libraryName': 'lncomponentui',
        style: (name) => {
          return `${name}/style.css`
        }
      }
    ]
  ]
}

Readme

Keywords

none

Package Sidebar

Install

npm i lncomponentui

Weekly Downloads

1

Version

1.0.2

License

none

Unpacked Size

81.3 kB

Total Files

8

Last publish

Collaborators

  • malunan