docker-ubuntu-vnc-desktop/web
dependabot[bot] 7dbf4dcfa7
chore(deps): bump y18n from 3.2.1 to 3.2.2 in /web
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-30 14:43:14 +00: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(deps): bump y18n from 3.2.1 to 3.2.2 in /web 2021-03-30 14:43:14 +00: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.