diff --git a/DEV.md b/DEV.md new file mode 100644 index 0000000..502d099 --- /dev/null +++ b/DEV.md @@ -0,0 +1,24 @@ +# qb-web + +## Project setup +``` +yarn install +``` + +### Compiles and hot-reloads for development +``` +yarn run serve +``` + +### Compiles and minifies for production +``` +yarn run build +``` + +### Lints and fixes files +``` +yarn run lint +``` + +### Customize configuration +See [Configuration Reference](https://cli.vuejs.org/config/).