beidou-example-with-dva
v2.3.0
Published
Beidou example with dva
Readme
Beidou example with dva
This example inspired by dva count demo
Install
$ yarnStart
$ yarn devthen 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
