Experimental Mobile Client 4
Introduction
In this applicaton I tried to build another mobile webRTC client using a boilerplate which uses electron twitter client build on electron-vue and Onsen UI along with vue and I also added vuex for store implementation
Features
- Timeline
- Home
- Mentions
- Favorites
- Tweet
- Media
- Twitter official (pictures and videos)
- Other
- Add/Remove favorite
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
# run unit & end-to-end tests
npm test
# lint all JS and Vue files in `src/`
npm run lint
This project was generated with electron-vue using vue-cli. Documentation about the original structure can be found here.