Home

Awesome

vue-twitter-client

Twitter client built with Vue.js 2.x + Electron

<img src="https://i.gyazo.com/efa829295518aa44e73e277ce3e7ecf9.png" width="400">

Install

To try this app, you need to set your consumer key and consumer secret. https://github.com/YuheiNakasaka/vue-twitter-client/blob/master/app/src/main/authentication-window.js#L10

And install a repo & build & package it in your local machine like this.

$ electron-packager . vue-twitter-client --platform=darwin --arch=x64 --version=0.0.1

Features

Development

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron app for production
npm run build

# lint all JS/Vue component files in `app/src`
npm run lint

# run webpack in production
npm run pack

More information can be found here.


This project was generated from electron-vue using vue-cli. Documentation about this project can be found here.

License

MIT