A simple twitter project built with Vue and Vuex using own Twitter API
Try out our simple twitter on Twitter API
Clone this repository to your local machine
$ git clone https://github.com/smallpaes/simple-twitter-vue.git
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
$ npm run build