yunohost-admin/app
2021-01-19 18:32:19 +01:00
..
public update index.html and favicon 2020-11-06 14:04:33 +01:00
src add message for forbidden dynDNS and fix diagnosis cards paddings 2021-01-19 18:32:19 +01:00
babel.config.js create base app structure with vue cli 2020-10-14 16:59:38 +02:00
package-lock.json update bootstrap-vue and add custom default options for its components 2020-12-16 12:10:05 +01:00
package.json linting 2021-01-09 13:02:26 +01:00
README.md add instructions 2020-10-14 16:59:39 +02:00
vue.config.js Fix Ynh-dev 2021-01-16 17:46:40 +01: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