core /of zoom
core of zoom
QuickStart
see egg docs for more detail.
Development
$ git clone https://gitlab.ipietech.com/zoom/core.git
$ npm install
$ npm run dev
$ open http://localhost:9024/
Deploy
$ npm start # To start project
$ 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.