尊荣商城

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.