You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Nicolas Pomepuy fd69b284ee Refresh stream list when a media is modified 3 years ago
..
public Add the progress and played views to the remote access video list 3 years ago
src Refresh stream list when a media is modified 3 years ago
.gitignore WebServer: convert to vuejs 3 3 years ago
README.md Add a way to force the api ssl mode 3 years ago
audit-ci.jsonc Add an audit CI check with audit-ci 3 years ago
babel.config.js WebServer: convert to vuejs 3 3 years ago
jsconfig.json WebServer: convert to vuejs 3 3 years ago
package-lock.json Fix remote access vulnerability in the follow redirect dependency 3 years ago
package.json Webserver: fix vulnerabilities 3 years ago
vue.config.js Webserver: remove all CDN and import bootstrap from npm 3 years ago

README.md

vue-css

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

You can add the FORCE_SSL var to make it sure the API calls will use https:

FORCE_SSL=true npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.