尊荣商城

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

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.