https://github.com/SidKwok/github-explorer
github-explorer(vue)
https://github.com/SidKwok/github-explorer
Last synced: 8 months ago
JSON representation
github-explorer(vue)
- Host: GitHub
- URL: https://github.com/SidKwok/github-explorer
- Owner: SidKwok
- License: mit
- Created: 2016-08-09T01:24:43.000Z (over 9 years ago)
- Default Branch: 2.0
- Last Pushed: 2022-12-10T19:18:27.000Z (almost 3 years ago)
- Last Synced: 2025-03-27T13:15:47.165Z (8 months ago)
- Language: Vue
- Homepage:
- Size: 4.82 MB
- Stars: 119
- Watchers: 7
- Forks: 15
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-vue - github-explorer - 寻找最有趣的GitHub库 (Demo示例)
- awesome - github-explorer - 寻找最有趣的GitHub库 (Demo示例)
- awesome-vue-refactor - Github-explorer
- awesome-vue-zh - Github上,探险家 - 一个水疗中心,可以帮助您更好地检查您的github. (awesome-vue [](https://github.com/sindresorhus/awesome) / 开源)
- awesome-vue - github-explorer - explorer?style=social) - 寻找最有趣的GitHub库 (Demo示例)
- awesome-github-vue - github-explorer - 寻找最有趣的GitHub库 (Demo示例)
- awesome-vue - Github-explorer ★105 - A spa which can help you check your github in a better way. (Awesome Vue.js [ ★101652](https://github.com/sindresorhus/awesome) / Open Source)
- awesome-vue - Github-explorer - github-explorer(vue) (Open Source [🔝](#readme))
- awesome-vuejs - Github-explorer
- awesome-vue - Github-explorer - A spa which can help you check your github in a better way. (Awesome Vue.js [](https://github.com/sindresorhus/awesome) / Open Source)
- awesome-vue - Github-explorer - A spa which can help you check your github in a better way. (Projects Using Vue.js / Open Source)
README
# github-explorer
> Rebuild with Vue 2.1
# Introduction
THIS github-explorer is based on Vue. You can check out the [ORIGINAL](https://github.com/trungdq88/github-explorer) version, which is based on React. If you are interested in Vue 1.0 version, you should visit [this](https://github.com/SidKwok/github-explorer/tree/1.x).
## Tips
I had deployed it on leancloud, so you can see [Live Demo](http://github-e.leanapp.cn). But if you would like to check the source code, you need to step to folder `fe`.
## Tech stack:
- **VueJs** for UI
- **vue-router** for Router
- **vue-resource** for data fetching
- **Vuex** for state management
- **vue-cli** for building the project's structure
## Getting started
Go to The File Folder `fe` to do the command line!
```bash
npm install
npm run dev
```
Checkout `localhost: 3000` in the browser!
If it doesn't work, try `sudo`。
To run the unit tests.
```bash
npm run unit
```
## Goals
- Add route transition.
- Finish unit tests.
## Bugs
## Focus!
~~I need stars to fill my holes!~~
## Reference
[github-explorer](https://github.com/trungdq88/github-explorer)