https://github.com/3jackdaws/dnd-character-sheet
Interactive character sheet for DnD characters.
https://github.com/3jackdaws/dnd-character-sheet
Last synced: about 2 months ago
JSON representation
Interactive character sheet for DnD characters.
- Host: GitHub
- URL: https://github.com/3jackdaws/dnd-character-sheet
- Owner: 3jackdaws
- Created: 2019-08-12T00:22:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T06:56:09.000Z (over 3 years ago)
- Last Synced: 2025-01-28T21:35:09.484Z (over 1 year ago)
- Language: Vue
- Size: 2.96 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ui-boilerplate
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).