tree: 6d76cb3005506b142b1f49c7fea75f0173874133 [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
  16. README_ZH.md
shardingsphere-ui-frontend/README.md

ShardingSphere 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