yunohost-admin/app
2020-12-04 18:18:47 +01:00
..
public update index.html and favicon 2020-11-06 14:04:33 +01:00
src add SearchView helper component 2020-12-04 18:18:47 +01:00
babel.config.js create base app structure with vue cli 2020-10-14 16:59:38 +02:00
package-lock.json add FiraGO & Fira Code npm deps with local src 2020-11-26 14:08:01 +01:00
package.json add FiraGO & Fira Code npm deps with local src 2020-11-26 14:08:01 +01:00
README.md add instructions 2020-10-14 16:59:39 +02:00
vue.config.js configure devServer & add WebSocket connection at api call 2020-10-14 16:59:39 +02:00

Setup

# clone this repo outside of the lxc (didn't try from inside for now)

# from yunohost-admin/app

# add a .env file with your lxc ip:
echo "VUE_APP_IP='Y.O.U.R.I.P'" > .env

# install dependencies
npm install

Run in development

# from yunohost-admin/app
npm run serve

# go to https://localhost:8080/ and login