Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bushblade/vue-quotes
my version of the quotes exercise from Maximilian Schwarzmüller's Vue JS course
https://github.com/bushblade/vue-quotes
Last synced: about 12 hours ago
JSON representation
my version of the quotes exercise from Maximilian Schwarzmüller's Vue JS course
- Host: GitHub
- URL: https://github.com/bushblade/vue-quotes
- Owner: bushblade
- Created: 2018-10-24T13:31:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:19:51.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T08:50:48.062Z (over 1 year ago)
- Language: Vue
- Size: 1.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-quotes
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```