https://github.com/azuriom/azuriominstaller
An automatic installer for Azuriom built with Vue.js.
https://github.com/azuriom/azuriominstaller
Last synced: over 1 year ago
JSON representation
An automatic installer for Azuriom built with Vue.js.
- Host: GitHub
- URL: https://github.com/azuriom/azuriominstaller
- Owner: Azuriom
- Created: 2020-06-25T19:09:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T18:41:12.000Z (over 1 year ago)
- Last Synced: 2025-01-08T15:28:27.311Z (over 1 year ago)
- Language: Vue
- Size: 2.46 MB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AzuriomInstaller
[](https://github.com/Azuriom/AzuriomInstaller/actions/workflows/tests.yml)
[](https://azuriom.com/discord)
An automatic installer for [Azuriom](https://azuriom.com/) built with [Vue.js](https://vuejs.org/).
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Type-Check, Compile and Minify for Production
```sh
npm run build
```
### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```