asd123a20 070d8d3edc 添加会员菜单 il y a 3 ans
..
app feffc3bc55 il y a 3 ans
config 070d8d3edc 添加会员菜单 il y a 3 ans
test feffc3bc55 il y a 3 ans
.autod.conf.js feffc3bc55 il y a 3 ans
.eslintignore feffc3bc55 il y a 3 ans
.eslintrc feffc3bc55 il y a 3 ans
.gitignore feffc3bc55 il y a 3 ans
.travis.yml feffc3bc55 il y a 3 ans
README.md feffc3bc55 il y a 3 ans
appveyor.yml feffc3bc55 il y a 3 ans
ecosystem.config.js d1f8459493 il y a 3 ans
jsconfig.json feffc3bc55 il y a 3 ans
package.json feffc3bc55 il y a 3 ans
server.js feffc3bc55 il y a 3 ans

README.md

service-naf

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.