liniaa-top-bar
v0.1.4
Published
## Project setup ``` yarn install ```
Readme
personal-component-set
Project setup
yarn installCompiles and hot-reloads for development
yarn serveCompiles and minifies for production
yarn buildLints and fixes files
yarn lint// Demo Test 组件
Customize configuration
See Configuration Reference. .babelrc //npm i babel-plugin-import --save-dev 组件按需加载复制本配置 // { // "plugins": [ // [ // "import", // { // "libraryName":"liniaa-top-bar", // "TopBar": "TopBar", // 组件名 // "libraryDirectory": "src/packages" // 组件源码包名 // } // ] // ] // }
