0.1.7 • Published 6 years ago
xuxu-ui v0.1.7
my-ui
Project setup
yarn installCompiles and hot-reloads for development
yarn run serveCompiles and minifies for production
yarn run buildRun your tests
yarn run testLints and fixes files
yarn run lintCustomize configuration
├─src // 用作示例 Demo
│
├─packages // 新增 packages 用于编写存放组件
│
├─lib // 新增 lib 用于存放编译后的输出文件
│ .gitignore
│ babel.config.js
│ package-lock.json
│ package.json
│ README.md
│ vue.config.js
│