Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidesantangelo/github-vue-card
Vue.js + GitHub REST API + Tailwind CSS
https://github.com/davidesantangelo/github-vue-card
axios github-api tailwindcss vuejs
Last synced: about 2 months ago
JSON representation
Vue.js + GitHub REST API + Tailwind CSS
- Host: GitHub
- URL: https://github.com/davidesantangelo/github-vue-card
- Owner: davidesantangelo
- License: mit
- Created: 2020-05-08T08:15:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T19:37:35.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T20:55:28.419Z (8 months ago)
- Topics: axios, github-api, tailwindcss, vuejs
- Language: Vue
- Size: 2.44 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/6e2bd54c-6b59-4710-b6dd-4bb06796250e/deploy-status)](https://app.netlify.com/sites/github-vue-card/deploys)
# GitHub-Vue-Card
My first application using vue.js. Use the GitHub REST API to get my user information and render it in a stylized view with Tailwind CSS.
## Live
https://github-vue-card.netlify.app/
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```## Built With
- [Vue.js](https://github.com/vuejs/vue) — Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
- [GitHub API](https://developer.github.com/v3/) — Official GitHub REST API v3.
- [Tailwind CSS](https://github.com/tailwindcss/tailwindcss) — A utility-first CSS framework for rapid UI development.## License
GitHub-Vue-Card is released under the MIT License.## Contributing
1. Fork it ( https://github.com/davidesantangelo/github-vue-card/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request