tree: dfde2011d78af21afa6c20dc2b32e4ed96a3e651 [path history] [tgz]
  1. assets/
  2. components/
  3. layouts/
  4. pages/
  5. plugins/
  6. static/
  7. test/
  8. .editorconfig
  9. .eslintrc.js
  10. .gitignore
  11. nuxt.config.js
  12. package-lock.json
  13. package.json
  14. README.md
webui/README.md

Nemo Web Visualizer

Nemo web visualizer

Build Setup

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3333
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate

# run unit test
$ npm test

For more information about the commands, refer to this link

References