# wechat-thinkjs **Repository Path**: null_823/wechat-thinkjs ## Basic Information - **Project Name**: wechat-thinkjs - **Description**: VUE3-前端项目后台node.js(think.js框架) - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2020-11-05 - **Last Updated**: 2022-09-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Application created by [ThinkJS](http://www.thinkjs.org) ## Install dependencies ``` npm install ``` ## Start server ``` npm start ``` ## Deploy with pm2 Use pm2 to deploy app on production enviroment. ``` pm2 startOrReload pm2.json ```