docker-ubuntu-vnc-desktop/web
2018-07-10 09:31:46 +08:00
..
build feat: support video mode 2018-03-27 18:14:38 +08:00
config feat: support video mode 2018-03-27 18:14:38 +08:00
src feat: support video mode 2018-03-27 18:14:38 +08:00
static fix: popup UI.rfb not found 2018-03-28 00:13:21 +08:00
test feat: support video mode 2018-03-27 18:14:38 +08:00
.babelrc feat: support video mode 2018-03-27 18:14:38 +08:00
.editorconfig feat: support video mode 2018-03-27 18:14:38 +08:00
.eslintignore feat: support video mode 2018-03-27 18:14:38 +08:00
.eslintrc.js feat: support video mode 2018-03-27 18:14:38 +08:00
.gitignore feat: support video mode 2018-03-27 18:14:38 +08:00
.postcssrc.js feat: support video mode 2018-03-27 18:14:38 +08:00
index.html feat: support video mode 2018-03-27 18:14:38 +08:00
package.json feat: support Ubuntu 18.04 Bionic 2018-07-10 09:31:46 +08:00
README.md feat: support video mode 2018-03-27 18:14:38 +08:00
yarn.lock feat: support video mode 2018-03-27 18:14:38 +08:00

novnc2

extended novnc

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For a detailed explanation on how things work, check out the guide and docs for vue-loader.