asd123a20 2c96ef3cab 2022/4/21提交 há 2 anos atrás
..
app 2c96ef3cab 2022/4/21提交 há 2 anos atrás
config feffc3bc55 há 2 anos atrás
test feffc3bc55 há 2 anos atrás
.autod.conf.js feffc3bc55 há 2 anos atrás
.eslintignore feffc3bc55 há 2 anos atrás
.eslintrc feffc3bc55 há 2 anos atrás
.gitignore feffc3bc55 há 2 anos atrás
.travis.yml feffc3bc55 há 2 anos atrás
README.md feffc3bc55 há 2 anos atrás
appveyor.yml feffc3bc55 há 2 anos atrás
ecosystem.config.js feffc3bc55 há 2 anos atrás
jsconfig.json feffc3bc55 há 2 anos atrás
package.json feffc3bc55 há 2 anos atrás
server.js feffc3bc55 há 2 anos atrás

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.