https://github.com/ariddlestone/wq-helper
A set of tools to help with Warhammer Quest games
https://github.com/ariddlestone/wq-helper
Last synced: 5 months ago
JSON representation
A set of tools to help with Warhammer Quest games
- Host: GitHub
- URL: https://github.com/ariddlestone/wq-helper
- Owner: ariddlestone
- Created: 2020-04-18T14:44:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-30T11:21:48.000Z (over 1 year ago)
- Last Synced: 2025-02-12T12:15:40.628Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://ariddlestone.github.io/wq-helper/
- Size: 3.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wq-helper
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).