docker-ubuntu-vnc-desktop/web
dependabot[bot] df51122138
chore(deps): bump eventsource from 1.0.7 to 1.1.1 in /web
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1.
- [Release notes](https://github.com/EventSource/eventsource/releases)
- [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md)
- [Commits](https://github.com/EventSource/eventsource/compare/v1.0.7...v1.1.1)

---
updated-dependencies:
- dependency-name: eventsource
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-01 01:25:19 +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 Merge pull request #217 from fcwu/dependabot/npm_and_yarn/web/node-notifier-8.0.1 2021-04-04 09:40:39 +08:00
README.md feat: support video mode 2018-03-27 18:14:38 +08:00
yarn.lock chore(deps): bump eventsource from 1.0.7 to 1.1.1 in /web 2022-06-01 01:25:19 +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.