commit 64e4fb45cf7302d6ef105ddefd077941e792657a Author: Daniel Tomlinson Date: Tue Mar 16 18:00:23 2021 +0000 Initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..4fdd125 --- /dev/null +++ b/README.md @@ -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/).