Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 716 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 716 Bytes

egg-vue-starter

eggjs + vuejs project template

QuickStart

see egg docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Deploy

$ npm start
$ npm stop

Deploy Frontend

$ npm run build-fe

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.

Frontend project

The folder frontend is the frontend project initialed by vue-cli using webpack template.