beidou-example-advanced
v2.3.0
Published
beidou example advanced
Readme
Beidou Advanced Example
Advanced usage of Beidou framework. More complex usage with
router,controller,serviceand so on. For more detail documents, see https://github.com/eggjs/egg which Beidou based on.
Install
$ yarn installStart
$ npm startthen navigate to http://127.0.0.1:6001/
Basic Usage
- add a new page in /client folder, eg.
/client/test.jsx - start app:
npm start - navigate to http://127.0.0.1:6001/test
