An electron twitter client built with Vue.js
- Timeline
- Home
- Mentions
- Favorites
- Lists
- Tweet
- Media
- Twitter official (pictures and videos)
- Pixiv (embed)
- Other
- Add/Remove favorite
If you use Yarn (strongly recommended):
yarn
or if you use NPM:
npm install
With Yarn:
yarn electron:serve
or with NPM:
npm run electron:serve
With Yarn:
yarn electron:build
or with NPM:
npm run electron:build
To see more documentation, visit our website.
With Yarn:
yarn lint
or with NPM:
npm run lint