Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smallpaes/simple-twitter-vue
A simple Twitter project built with Vue using API
https://github.com/smallpaes/simple-twitter-vue
api twitter vue vuex
Last synced: 9 days ago
JSON representation
A simple Twitter project built with Vue using API
- Host: GitHub
- URL: https://github.com/smallpaes/simple-twitter-vue
- Owner: smallpaes
- Created: 2019-09-24T14:11:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:18:29.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T01:45:55.310Z (23 days ago)
- Topics: api, twitter, vue, vuex
- Language: Vue
- Homepage: https://smallpaes.github.io/simple-twitter-vue/
- Size: 4.87 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Twitter
A simple twitter project built with Vue and Vuex using own [Twitter API](https://github.com/smallpaes/simple-twitter-express-starter)
## Project First Look
![Simple Twitter Project First Look](project-first-look.gif)
## Project on GitHub Page
Try out our simple twitter on [Twitter API](https://smallpaes.github.io/simple-twitter-vue/)
## Project setup
### CloneClone this repository to your local machine
```
$ git clone https://github.com/smallpaes/simple-twitter-vue.git
```
### Setup App
**1. Enter the project folder**```
$ cd simple-twitter-vue
```**2. Install packages via npm**
```
$ npm install
```**3. Compiles and hot-reloads for development**
```
$ npm run serve
```
### Compiles and minifies for production
```
$ npm run build
```___
## Authors
- [Mike Huang](https://github.com/smallpaes)
- [DannyWang](https://github.com/windate3411)
- [Tao He](https://github.com/cTaohe)