# egg-smart-backend **Repository Path**: netscript/egg-smart-backend ## Basic Information - **Project Name**: egg-smart-backend - **Description**: 基于egg 框架的 后台[多模块|多模板]系统 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-01-29 - **Last Updated**: 2022-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # smart-backend base on egg framework smart backend ## 快速入门 ```bash $ npm install $ npm test ``` 在应用中声明使用框架: ```js // {app_root}/index.js require('smart-backend').startCluster({ baseDir: __dirname, // port: 7001, // default to 7001 }); ``` ## 提问交流 请到 [egg issues](https://github.com/eggjs/egg/issues) 异步交流。 ## License [MIT](LICENSE)