tree: f7cf52409197d4a23a3a6b9621404b334ade03c2 [path history] [tgz]
  1. build/
  2. config/
  3. src/
  4. static/
  5. .babelrc
  6. .editorconfig
  7. .eslintignore
  8. .eslintrc.js
  9. .gitignore
  10. .postcssrc.js
  11. .prettierrc
  12. index.html
  13. package.json
  14. README.md
shadingsphere-benchmark-ui/README.md

incubator-shardingsphere-benchmark-ui-frontend

Requirements

  • node >= 6.0.0
  • npm >= 3.0.0

Build Setup

# 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