docker-ubuntu/web
Doro Wu 2af5a6de3d
Merge pull request #203 from fcwu/dependabot/npm_and_yarn/web/http-proxy-1.18.1
chore(deps): bump http-proxy from 1.18.0 to 1.18.1 in /web
2021-04-04 09:41:23 +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 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 Merge pull request #203 from fcwu/dependabot/npm_and_yarn/web/http-proxy-1.18.1 2021-04-04 09:41:23 +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.