asd123a20 2c96ef3cab 2022/4/21提交 il y a 2 ans
..
app 2c96ef3cab 2022/4/21提交 il y a 2 ans
config feffc3bc55 il y a 2 ans
test feffc3bc55 il y a 2 ans
.autod.conf.js feffc3bc55 il y a 2 ans
.eslintignore feffc3bc55 il y a 2 ans
.eslintrc feffc3bc55 il y a 2 ans
.gitignore feffc3bc55 il y a 2 ans
.travis.yml feffc3bc55 il y a 2 ans
README.md feffc3bc55 il y a 2 ans
appveyor.yml feffc3bc55 il y a 2 ans
ecosystem.config.js feffc3bc55 il y a 2 ans
jsconfig.json feffc3bc55 il y a 2 ans
package.json feffc3bc55 il y a 2 ans
server.js feffc3bc55 il y a 2 ans

README.md

service-cms

QuickStart

see egg docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Deploy

$ npm start
$ npm stop

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.
  • Use npm run autod to auto detect dependencies upgrade, see autod for more detail.