https://github.com/bmarshall511/vue-media
Simple Vue app that displays media pulled from a Google Spreadsheet.
https://github.com/bmarshall511/vue-media
vue vuejs2
Last synced: 3 months ago
JSON representation
Simple Vue app that displays media pulled from a Google Spreadsheet.
- Host: GitHub
- URL: https://github.com/bmarshall511/vue-media
- Owner: bmarshall511
- Created: 2020-04-22T12:49:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:02:15.000Z (over 2 years ago)
- Last Synced: 2025-01-21T20:25:24.810Z (4 months ago)
- Topics: vue, vuejs2
- Language: Vue
- Homepage: https://bmarshall511.github.io/vue-media/
- Size: 3.94 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# media
## 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/).