# template_PC **Repository Path**: pandaJs/template_PC ## Basic Information - **Project Name**: template_PC - **Description**: 基于VUE2.0,element-ui 的开发模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PC模板 基本配置 方便操作 ## 初始化项目 ``` npm install npm i cnpm install cnpm i ``` ## 启动开发服务器(为开发编译和热重新加载) ``` npm run serve ``` ## 打包正式包 (编译和缩小用于生产) ``` npm run build ``` ## 打包测试包 (用于测试环境) ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration(自定义配置) See [Configuration Reference](https://cli.vuejs.org/config/). 查看 [配置引用](https://cli.vuejs.org/zh/config/).