尊荣商城

lrf 94ce9a1e82 update 1 vuosi sitten
.github bb66d2642a init 2 vuotta sitten
app 32717ac38a update 2 vuotta sitten
config 58af4e9c2f update 1 vuosi sitten
test bb66d2642a init 2 vuotta sitten
.eslintignore c9c4dc12d4 update 1 vuosi sitten
.eslintrc bb66d2642a init 2 vuotta sitten
.gitignore 94ce9a1e82 update 1 vuosi sitten
README.md bb66d2642a init 2 vuotta sitten
ecosystem.config.js 23a00c11b1 pm2 2 vuotta sitten
package-lock.json bb66d2642a init 2 vuotta sitten
package.json bb66d2642a init 2 vuotta sitten
server.js 23a00c11b1 pm2 2 vuotta sitten

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.