Initial commit

This commit is contained in:
2021-03-16 18:00:23 +00:00
commit 64e4fb45cf

24
README.md Normal file
View File

@@ -0,0 +1,24 @@
# Onmyoji-deck-builder
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).