# avue-cli 这是基于vue-cli@3.0改的一个脚手架 ## Run vueUI * 1.npm install -g @vue/cli 全局安装vue脚手架最新版 * 2.vue --version 查看版本是否为3.x版本 * 3.vue-ui 运行管理工具,导入avue-cli项目 * 4.剩下的自己摸索吧,下面时图示 ![图例1](https://gitee.wang/avue/avue-cli/raw/master/public/img/mock/cli/1.png) ![图例2](https://gitee.wang/avue/avue-cli/raw/master/public/img/mock/cli/2.png) ![图例3](https://gitee.wang/avue/avue-cli/raw/master/public/img/mock/cli/3.png) ## 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 ```