# CmsWing **Repository Path**: MyDongdong/CmsWing ## Basic Information - **Project Name**: CmsWing - **Description**: CmsWing内容管理框架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: http://www.cmswing.com - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 702 - **Created**: 2016-03-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## install dependencies ``` npm install ``` ## start server ``` npm start ``` ## deploy with pm2 use pm2 to deploy app on production envrioment. ``` pm2 startOrGracefulReload pm2.json ```