09baea5320
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.2 to 4.5.3. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.3/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.3/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github/workflows | ||
app | ||
debian | ||
doc | ||
maintenance | ||
.gitignore | ||
LICENSE | ||
README.md |
YunoHost Admin
YunoHost logo administration web interface (VueJS client for the API).
This client is a part of the YunoHost project, and can not be installed directly.
Please visit the YunoHost website for installation instructions.
Issues
Translation
You can help translate Yunohost-Admin on our translation platform
Developpers
Contributions are welcome!
In order to contribute you will need to setup a development environment using ynh-dev (see the README).
Once you have a environment running and are attached to it (with ./ynh-dev start
) you will be able to run:
./ynh-dev use-git yunohost-admin
This command will install all dependencies and start a dev server (based on webpack-dev-server) with Hot-Module-Replacement (live updates on code modification without reloading the page nor rebuilding the whole code). After the build step, click on the "Network:" link and you are good to go.
You can also install Vue Devtools (module for Firefox but also exists for Chromium/Chrome) if you want component trees, performance views and so on.
On a YunoHost instance, the web admin files are located at /usr/share/yunohost/admin
.