Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sidkwok/github-explorer
github-explorer(vue)
https://github.com/sidkwok/github-explorer
Last synced: 22 days 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 (about 8 years ago)
- Default Branch: 2.0
- Last Pushed: 2022-12-10T19:18:27.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T09:25:42.658Z (3 months ago)
- Language: Vue
- Homepage:
- Size: 4.82 MB
- Stars: 118
- Watchers: 8
- Forks: 15
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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)