SidKwok / github-explorer

github-explorer(vue)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

github-explorer

Rebuild with Vue 2.1

Introduction

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.

Tips

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.

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!

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

Goals

  • Add route transition.
  • Finish unit tests.

Bugs

Focus!

I need stars to fill my holes!

Reference

github-explorer

About

github-explorer(vue)

License:MIT License


Languages

Language:Vue 56.5%Language:JavaScript 26.9%Language:HTML 15.7%Language:CSS 1.0%