Files
gallery/README.md
2021-04-08 11:25:29 +03:00

25 lines
314 B
Markdown

# gallery
## Project setup
```
npm install
```
## Collect images
```
npm run collect
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).