# vue-cli **Repository Path**: qinkunwei/vue-cli ## Basic Information - **Project Name**: vue-cli - **Description**: 自己整理的vue-cli,简版,推荐使用 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-09-03 - **Last Updated**: 2025-11-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vuemode > vue项目 ## Build Setup ``` bash # 安装依赖包 npm install # 启动本地主机: localhost:8080 npm run dev # 打包 npm run build # 打包,有打印信息 npm run build --report ``` 有关工作原理的详细说明,请查看[指南](http://vuejs-templates.github.io/webpack/) 和[vue-loader文档](http://vuejs.github.io/vue-loader).