Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eclectic-coding/vue-random-quote
https://github.com/eclectic-coding/vue-random-quote
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eclectic-coding/vue-random-quote
- Owner: eclectic-coding
- License: mit
- Created: 2020-06-24T11:31:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-23T00:42:59.000Z (almost 2 years ago)
- Last Synced: 2024-12-01T12:08:09.104Z (26 days ago)
- Language: Vue
- Homepage: https://vue-random-quote.vercel.app
- Size: 1.73 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Random Quotes
A short project using Vue.js to access an open API to display random quotes. A live demo is hosted at [Vercel](https://vue-random-quote.eclectic-coding.vercel.app/).
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
```
git clone [email protected]:eclectic-coding/vue-random-quote.git
```
Install the dependencies with `yarn` or `npm install`.To start locally: `yarn start` or `npm run start`. Look at the `package.json` for additional scripts.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details