https://github.com/ayonel/vue-github
a front-end UI of github pr review prediction using vue.js
https://github.com/ayonel/vue-github
Last synced: 5 months ago
JSON representation
a front-end UI of github pr review prediction using vue.js
- Host: GitHub
- URL: https://github.com/ayonel/vue-github
- Owner: ayonel
- License: mit
- Created: 2017-12-20T12:08:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-23T04:31:37.000Z (over 8 years ago)
- Last Synced: 2026-02-01T07:45:29.782Z (5 months ago)
- Language: JavaScript
- Size: 471 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## vue-github
a front-end UI of GitHub Pull Request review prediction and reivewer recommendation system using vue.js and iview
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
## Deployment
Clone the project to your machine using git, and type:
```
$ cd vue-github
$ npm install
$ npm run dev
```
if you want to pack the whole project, type:
```npm run build```
and the packed resource will generated in ```/dist```
the appearence likes:


## Author
**yang yun**
## License
MIT License
Copyright <2017>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.