# vue-cli-pro **Repository Path**: azeal/vue-cli-pro ## Basic Information - **Project Name**: vue-cli-pro - **Description**: 根据vue-cli的2.9.3版本创建基础结构,一步一步搭建pro - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-cli-pro > A Vue.js project ### 20180309 根据vue-cli v2.9.3初始化生成的模板,逐步丰富完善 ![输入图片说明](https://gitee.com/uploads/images/2018/0309/162514_2b9e1cda_359798.png "屏幕截图.png") ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report # run unit tests npm run unit # run e2e tests npm run e2e # run all tests npm test ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).