tree: 4d9a0d0da67da4b9fb8d431434d6ca7022205b31 [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:3000
$ 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