yj.allinone
v0.0.1
Published
万事通
Downloads
2
Readme
avue-cli
这是基于[email protected]改的一个脚手架
Run vueUI
- 1.npm install -g @vue/cli 全局安装vue脚手架最新版
- 2.vue --version 查看版本是否为3.x版本
- 3.vue-ui 运行管理工具,导入avue-cli项目
- 4.剩下的自己摸索吧,下面时图示
Run setup
cd avue-cli
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
Run your unit tests
npm run test:unit
Run your end-to-end tests
npm run test:e2e