diff options
author | HampusM <hampus@hampusmat.com> | 2022-05-17 16:05:53 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-05-17 16:05:53 +0200 |
commit | 775222b6518324a8cb44a800c256ca98f2a1449b (patch) | |
tree | 1cbf28cfacd03c04e0d1ddce225893da054559f2 /master/README.md | |
parent | 4c40c538af66570cc4a5a0f0b956afa98f9876db (diff) |
add master website
Diffstat (limited to 'master/README.md')
-rw-r--r-- | master/README.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/master/README.md b/master/README.md new file mode 100644 index 0000000..9632476 --- /dev/null +++ b/master/README.md @@ -0,0 +1,24 @@ +# master + +## 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/). |