Go to file
informatic aa85258c07 Add ui tooltips, buttons sizing 2018-06-22 23:44:58 +02:00
build Embed WebRTC stream directly 2018-06-20 17:00:09 +02:00
config initial commit 2018-06-14 22:01:40 +02:00
nginx Add Dockerfile and nginx proxy configuration 2018-06-21 21:42:34 +02:00
src Add ui tooltips, buttons sizing 2018-06-22 23:44:58 +02:00
static initial commit 2018-06-14 22:01:40 +02:00
.babelrc initial commit 2018-06-14 22:01:40 +02:00
.dockerignore Add Dockerfile and nginx proxy configuration 2018-06-21 21:42:34 +02:00
.editorconfig initial commit 2018-06-14 22:01:40 +02:00
.eslintignore initial commit 2018-06-14 22:01:40 +02:00
.eslintrc.js initial commit 2018-06-14 22:01:40 +02:00
.gitignore initial commit 2018-06-14 22:01:40 +02:00
.postcssrc.js initial commit 2018-06-14 22:01:40 +02:00
Dockerfile Add Dockerfile and nginx proxy configuration 2018-06-21 21:42:34 +02:00
README.md initial commit 2018-06-14 22:01:40 +02:00
index.html Remote control 2018-06-18 10:12:31 +02:00
package.json Embed WebRTC stream directly 2018-06-20 17:00:09 +02:00

README.md

snowmix-vue

Vue-based Snowmix frontend

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

For a detailed explanation on how things work, check out the guide and docs for vue-loader.