Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1006 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 1006 Bytes

link-saver-app

Hybrid Vue + Cordova mobile app version of linksaver-client to save all links offline

Info Links

Build Setup

# install dependencies
npm install

# build for production with minification
npm run build

# check requirements for specific platform
cordova requirements

# run app on browser
npm run web

# run app on Android emulator
npm run android

# build .apk file for android
cordova build android

You can also add ios platform by runnning cordova platforms add ios and fullfill cordova requirements

If you want to use your own Auth0 client, please edit env.js

If you want to use your own Linksaver server, edit BASE_URL in utils/api.js