docker-ubuntu-vnc-desktop/web
dependabot[bot] 245ac95552
chore(deps): bump lodash from 4.17.15 to 4.17.19 in /web
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-16 20:03:15 +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 lodash from 4.17.15 to 4.17.19 in /web 2020-07-16 20:03:15 +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.