# itmgg-web **Repository Path**: itmgg/itmgg-web ## Basic Information - **Project Name**: itmgg-web - **Description**: 基于vue-cli 3.x以上创建 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-26 - **Last Updated**: 2021-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # itmgg-web ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### 自动打包并上传服务器部署 ``` 自动部署插件安装 npm install scp2 --save-dev npm run deploy:prod ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).