tree: b55b3773d55bb50013baadbbfbd24c05909550c1 [path history] [tgz]
  1. docs/
  2. public/
  3. src/
  4. tests/
  5. .editorconfig
  6. .env
  7. .env.preview
  8. .gitattributes
  9. .prettierrc
  10. babel.config.js
  11. jest.config.js
  12. jsconfig.json
  13. LICENSE
  14. package.json
  15. pom.xml
  16. README.md
  17. README.zh-CN.md
  18. vue.config.js
  19. webstorm.config.js
  20. yarn.lock
submarine-workbench/workbench-web/README.md

English | 简体中文

Note: Yarn package management is recommended, the exact same version loaded with the demo site of this project (yarn.lock) . but you can also use npm

Project setup

  • Clone repo
git https://github.com/hadoopsubmarine/submarine.git
cd submarine/submarine-workbench/workbench-web
  • Install dependencies
yarn install
  • Compiles and hot-reloads for development
yarn run serve
  • Compiles and minifies for production
yarn run build
  • Lints and fixes files
yarn run lint