尊荣商城

lrf 852ea1bd4b update il y a 2 ans
.github bb66d2642a init il y a 2 ans
app 32717ac38a update il y a 2 ans
config 852ea1bd4b update il y a 2 ans
test bb66d2642a init il y a 2 ans
.eslintignore bb66d2642a init il y a 2 ans
.eslintrc bb66d2642a init il y a 2 ans
.gitignore bb66d2642a init il y a 2 ans
README.md bb66d2642a init il y a 2 ans
ecosystem.config.js 23a00c11b1 pm2 il y a 2 ans
package-lock.json bb66d2642a init il y a 2 ans
package.json bb66d2642a init il y a 2 ans
server.js 23a00c11b1 pm2 il y a 2 ans

README.md

service-point_shop

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.