Vue setup.

This commit is contained in:
2020-12-14 22:48:40 +01:00
parent bb778642b3
commit 05b4a26ac4
14 changed files with 11539 additions and 1 deletions

View File

@@ -1,3 +1,25 @@
# breach
A Browser Game inspired by Cyberpunk 2077.
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```