README
JPUI
See JPUI examples
See JPUI Doc locally
- Enter JPUI root directory, and install dependencies by running:
npm install
npm install babel-loader@^5.3.2
- Start a local http server by running:
npm start
- Visit http://localhost:8847/
How to run JPUI test
$ npm test
or
$ edp test start
How to build JPUI Doc System
$ npm run build