yunohost-admin/app
2020-11-03 20:23:19 +01:00
..
public create base app structure with vue cli 2020-10-14 16:59:38 +02:00
src small fix 2020-11-03 20:15:29 +01:00
babel.config.js create base app structure with vue cli 2020-10-14 16:59:38 +02:00
package-lock.json update package-lock.json 2020-11-03 20:23:19 +01:00
package.json set some rules as warn and update deps 2020-11-03 20:22:54 +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