尊荣商城

lrf 852ea1bd4b update пре 2 година
.github bb66d2642a init пре 2 година
app 32717ac38a update пре 2 година
config 852ea1bd4b update пре 2 година
test bb66d2642a init пре 2 година
.eslintignore bb66d2642a init пре 2 година
.eslintrc bb66d2642a init пре 2 година
.gitignore bb66d2642a init пре 2 година
README.md bb66d2642a init пре 2 година
ecosystem.config.js 23a00c11b1 pm2 пре 2 година
package-lock.json bb66d2642a init пре 2 година
package.json bb66d2642a init пре 2 година
server.js 23a00c11b1 pm2 пре 2 година

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.