jpui

JPUI, a lightweight UI based on React.

Usage no npm install needed!

<script type="module">
  import jpui from 'https://cdn.skypack.dev/jpui';
</script>

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

How to run JPUI test

$ npm test

or

$ edp test start

How to build JPUI Doc System

$ npm run build