尊荣商城

lrf cc24facd9d update há 2 anos atrás
.github bb66d2642a init há 2 anos atrás
app cc24facd9d update há 2 anos atrás
config cc24facd9d update há 2 anos atrás
test bb66d2642a init há 2 anos atrás
.eslintignore bb66d2642a init há 2 anos atrás
.eslintrc bb66d2642a init há 2 anos atrás
.gitignore bb66d2642a init há 2 anos atrás
README.md bb66d2642a init há 2 anos atrás
ecosystem.config.js 23a00c11b1 pm2 há 2 anos atrás
package-lock.json bb66d2642a init há 2 anos atrás
package.json bb66d2642a init há 2 anos atrás
server.js 23a00c11b1 pm2 há 2 anos atrás

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.