Hybrid Vue + Cordova mobile app version of linksaver-client to save all links offline
Info | Links |
---|---|
# 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 fullfillcordova 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
inutils/api.js