Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
### Clone

Clone 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)