yunohost-admin/app
2020-10-23 17:19:10 +02:00
..
public create base app structure with vue cli 2020-10-14 16:59:38 +02:00
src add dynamic global component registration 2020-10-23 17:19:10 +02: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 do not look 2020-10-14 16:59:39 +02:00
package.json updated js dependencies 2020-10-14 16:59:39 +02: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