asagao

An electron twitter client built with Vue.js.

asagao

Features

  • Timeline
    • Home
    • Mentions
    • Favorites
    • Lists
  • Tweet
  • Media
    • Twitter official (pictures and videos)
    • Instagram
    • Pixiv (embed)
  • Other
    • Add/Remove favorite

Development

Project setup

If you use Yarn (strongly recommended):

yarn

or if you use NPM:

npm install

To start a development server:

With Yarn:

yarn electron:serve

or with NPM:

npm run electron:serve

To build your app:

With Yarn:

yarn electron:build

or with NPM:

npm run electron:build

To see more documentation, visit our website.

Lints and fixes files:

With Yarn:

yarn lint

or with NPM:

npm run lint

GitHub