1 Star 0 Fork 698

深蓝/CmsWing

forked from CmsWing/CmsWing 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
development.js 203 Bytes
Copy Edit Raw Blame History
const Application = require('thinkjs');
const watcher = require('think-watcher');
const instance = new Application({
ROOT_PATH: __dirname,
watcher: watcher,
env: 'development'
});
instance.run();
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/changyonglin/CmsWing.git
git@gitee.com:changyonglin/CmsWing.git
changyonglin
CmsWing
CmsWing
master

Search