tree: e0b04bdba91d77c18e648de16b250e78fbc0e397 [path history] [tgz]
  1. build/
  2. config/
  3. src/
  4. static/
  5. test/
  6. .babelrc
  7. .editorconfig
  8. .eslintignore
  9. .eslintrc.js
  10. .gitignore
  11. .postcssrc.js
  12. index.html
  13. package.json
  14. pom.xml
  15. README.md
shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-frontend/README.md

ElasticJob-UI Frontend

How to Build

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

How to Run unit tests

# Karma does unit testing for components and pages
npm run unit