# xiaozhuye **Repository Path**: envan/xiaozhuye ## Basic Information - **Project Name**: xiaozhuye - **Description**: 一个练手项目,包含 thinkjs + vue2.0 + vuex2.0 + webpack - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2017-02-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Application created by [ThinkJS](http://www.thinkjs.org) Demo [小主页](http://xiaozhuye.com) ## Install dependencies ``` npm install ``` ## Start server ``` npm start ``` ## Deploy with pm2 Use pm2 to deploy app on production enviroment. ``` pm2 startOrReload pm2.json ``` ## 前端js打包 ``` 生产环境 npm run fe-release 开发环境 npm run fe-dev ``` ## 便捷更新生产环境 ``` npm run build ```