# vue2.0_element **Repository Path**: pandaJs/template_PC_element ## Basic Information - **Project Name**: vue2.0_element - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-09-27 - **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/).