Skip to content

davidroyer/pocketvue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PocketVue PocketVue Logo

PocketVue is a desktop app for Mac uses Electron and Vue.js 2 Transitions Gif

It is still in development. The initial goal was to explore the capabilities of using VUE and electron.

However, the plan is to integrate more robust features that allow for editing and customization of a user's pocket articles.

Right now, this is for Mac only. You can download the latest version at the Releases Page

If you ever want to disable remove authorization for PocketVue then you can visit the Connected Services and Applications page on Pocket's Website and remove access.

Build Setup

# install dependencies
npm install

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

# build electron app for production
npm run build

# run webpack in production
npm run pack