Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vist-service/vist
GitHub Gist web client made with Vue.
https://github.com/vist-service/vist
Last synced: 16 days ago
JSON representation
GitHub Gist web client made with Vue.
- Host: GitHub
- URL: https://github.com/vist-service/vist
- Owner: vist-service
- Created: 2016-05-19T07:10:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-19T14:35:25.000Z (over 8 years ago)
- Last Synced: 2024-08-01T02:33:12.251Z (3 months ago)
- Language: Vue
- Homepage: http://vist.surge.sh
- Size: 30.3 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vist [![Build Status](https://img.shields.io/circleci/project/vist-service/vist/master.svg)](https://circleci.com/gh/vist-service/vist)
Open-source web client for GitHub Gist, made with Vue.
## Development
### API
First, you need to run Vist API locally for logining with GitHub.
```bash
# you need `rolling` installed first
$ npm install -g rolling$ git clone https://github.com/vist-service/api.git vist-api
$ cd vist-api
$ npm install# rename .env-sample to .env
# register a github oauth application
# or ask me for one
# then update .env it with your app id and secret$ npm run dev
```API server is only needed when you wanna login with GitHub.
### Client (This repo)
```bash
# you need `vbuild` installed first
$ npm install -g vbuild$ git clone https://github.com/vist-service/vist.git
$ cd vist
$ npm run dev
```### Publish
We use CircleCI and Surge.sh to publish website.
## License
MIT © [EGOIST](https://github.com/egoist)