https://github.com/bencodezen/vue-art-gallery
Source code for the Vue Art Gallery site
https://github.com/bencodezen/vue-art-gallery
Last synced: 10 months ago
JSON representation
Source code for the Vue Art Gallery site
- Host: GitHub
- URL: https://github.com/bencodezen/vue-art-gallery
- Owner: bencodezen
- License: mit
- Created: 2019-02-22T15:24:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-26T09:49:49.000Z (almost 7 years ago)
- Last Synced: 2025-01-26T09:28:50.476Z (12 months ago)
- Language: JavaScript
- Homepage: https://vueart.gallery
- Size: 168 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-art-gallery
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Run your unit tests
```
yarn run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).