From 05ec91264655747552467428b3f773417c8d7d5c Mon Sep 17 00:00:00 2001 From: CzBiX Date: Sat, 11 Jul 2020 22:44:14 +0800 Subject: [PATCH] Create DEV.md --- DEV.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 DEV.md 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/).