yunohost-admin/app
2020-11-25 18:35:35 +01:00
..
public update index.html and favicon 2020-11-06 14:04:33 +01:00
src fix users state when removing the last user and fix 'cached' check 2020-11-25 18:35:35 +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 revert footer_version and fix i18n command report 2020-11-06 14:44:15 +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