https://github.com/griefed/serverpackcreator-addons-overview
Listing for all officially acknowledged addons/plugins for ServerPackCreator.
https://github.com/griefed/serverpackcreator-addons-overview
Last synced: about 2 months ago
JSON representation
Listing for all officially acknowledged addons/plugins for ServerPackCreator.
- Host: GitHub
- URL: https://github.com/griefed/serverpackcreator-addons-overview
- Owner: Griefed
- Created: 2022-02-12T18:54:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T11:22:18.000Z (over 1 year ago)
- Last Synced: 2025-02-09T02:26:14.210Z (3 months ago)
- Language: Vue
- Homepage: https://griefed.github.io/ServerPackCreator-Addons-Overview/
- Size: 4.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# ServerPackCreator Addons Overview (serverpackcreator-addons-overview)
Listing for all officially acknowledged addons/plugins for ServerPackCreator.
## Install the dependencies
```bash
npm install
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```### Lint the files
```bash
npm run lint
```### Format the files
```bash
npm run format
```### Build the app for production
```bash
quasar build
```### Customize the configuration
See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).