The admin web interface for Junimo Server.
Note: The project is currently undergoing a rewrite, readme is expected to be incomplete or wrong.
Make sure to install the dependencies:
# npm
npm install
Start the development server on http://localhost:3000
:
# npm
npm run dev
Build the application for production and open a local preview with the production build:
# npm
npm run build
npm run preview
- https://github.com/epicmaxco/vuestic-admin free and similar capabilities
- https://ivanlu.dev/nuxt-js-integrating-with-novnc/ integrate vnc into web ui (https://github.com/novnc/noVNC/blob/7fcf9dcfe0cc5b14e3841a4429dc091a6ffca861/docs/EMBEDDING.md, https://github.com/TrumanGao/vue-vnc)