docker-ubuntu/web
2020-05-26 15:21:30 +08:00
..
build feat: support video mode 2018-03-27 18:14:38 +08:00
config feat: support RELATIVE_URL_ROOT (fix #127) 2019-08-19 01:14:34 +08:00
src fix(websocket): RELATIVE_URL_ROOT not works on websockify (#157) 2020-05-26 15:21:30 +08:00
static feat: update noVNC to v1.1.0, flv.js to v1.5.0 2019-04-23 23:32:29 +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
novnc-armhf-1.patch fix: armhf 2019-03-20 22:56:58 +08:00
package.json feat: support RELATIVE_URL_ROOT (fix #127) 2019-08-19 01:14:34 +08:00
README.md feat: support video mode 2018-03-27 18:14:38 +08:00
yarn.lock chore: upgrade web packages 2019-10-22 10:42:47 +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.