This commit is contained in:
Hykilpikonna
2019-12-22 21:57:07 -05:00
commit 95b87b6126
16 changed files with 11384 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# charlie-gallery
## 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
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).