https://github.com/mubaraksulayman/gitook
Github User's Data querying app. Built with Vue, vanilla CSS, and a lot of love, deployed on vercel.
https://github.com/mubaraksulayman/gitook
github-api query vuex
Last synced: about 1 month ago
JSON representation
Github User's Data querying app. Built with Vue, vanilla CSS, and a lot of love, deployed on vercel.
- Host: GitHub
- URL: https://github.com/mubaraksulayman/gitook
- Owner: MubarakSULAYMAN
- Created: 2020-09-14T07:34:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-02T06:46:59.000Z (almost 5 years ago)
- Last Synced: 2025-10-05T07:51:39.064Z (6 months ago)
- Topics: github-api, query, vuex
- Language: Vue
- Homepage: https://gitook.vercel.app
- Size: 957 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gitook
## 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/).