Rebuild with Vue 2.1
THIS github-explorer is based on Vue. You can check out the ORIGINAL version, which is based on React. If you are interested in Vue 1.0 version, you should visit this.
I had deployed it on leancloud, so you can see Live Demo. But if you would like to check the source code, you need to step to folder fe
.
- VueJs for UI
- vue-router for Router
- vue-resource for data fetching
- Vuex for state management
- vue-cli for building the project's structure
Go to The File Folder fe
to do the command line!
npm install
npm run dev
Checkout localhost: 3000
in the browser!
If it doesn't work, try sudo
。
To run the unit tests.
npm run unit
- Add route transition.
- Finish unit tests.
I need stars to fill my holes!