Skip to content

travbus/capacitor-vue-example

Repository files navigation

capacitor-vue-example

To recreate project follow this tutorial https://www.smashingmagazine.com/2018/07/mobile-apps-capacitor-vue-js/

Skip down to INTEGRATING CAPACITOR WITH VUE Tested with xcode on ios

Facebook login plugin https://github.com/rdlabo/capacitor-facebook-login - used this plugin. Follow his example. I made it work with vue. If using vue there won't be a MainActivity file under a ionic folder but there will still be a MainActivity file and you need to add to add(jp.rdlabo.capacitor.plugin.facebook.FacebookLogin.class);

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

Simple example of vue.js and ionic capacitor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published