tree: 6d16c0d9ea2adb299f69286a0505439b1b7b8011 [path history] [tgz]
  1. public/
  2. src/
  3. .browserslistrc
  4. .editorconfig
  5. .env
  6. .eslintrc.js
  7. .gitignore
  8. babel.config.js
  9. cypress.json
  10. package-lock.json
  11. package.json
  12. postcss.config.js
  13. README.md
  14. vue.config.js
zeppelin-web-vue/README.md

zeppelin-notebook

Zeppelin Notebooks IDE using Vue.js

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your end-to-end tests

npm run test:e2e

Run your unit tests

npm run test:unit