# plan-web **Repository Path**: B511-WEB/plan-web ## Basic Information - **Project Name**: plan-web - **Description**: 计划管理WEB - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 9 - **Created**: 2018-11-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # plan ## 安装依赖 ``` yarn install ``` ### 运行开发环境 ``` yarn run serve ``` ### 打包 ``` yarn run build ``` ### 发布 依赖: cnpm和pm2 ``` yarn run deploy ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).