cannot initialize w NEW vue-cli-template iOS
See original GitHub issuehey eddy - this rad plugin works great on android but not ios unfortunately (with NEW vue-cli-template that is). the next
branch of the vue-cli-template was recently merged with the master and it appears to structure things a little differently. i’ve tried a bunch of configurations regarding requiring the plugin before vue starts and initializing it afterwards as the readme indicates, but no luck… would a simple example as you did before w the old vue-cli be possible?
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
new 12, cant get it initialized... - Apple Community
Hello and welcome to Apple Support Communities, boattruck! We understand you're having trouble starting up your iPhone 12. We'd be happy to ...
Read more >Firebase Analytics for NativeScript Mobile App - Medium
Initialize NativeScript. In your terminal wherever you want to create this project, do the following: vue init nativescript-vue/vue-cli-template ...
Read more >Data Management with SQLite and Vuex in a NativeScript ...
The above commands will initialize a new Vue.js project with the NativeScript template, install the immediate project dependencies, and then ...
Read more >Intro to Mobile App Development with NativeScript-Vue | Tighten
Install Vue CLI and initialize your new project: npm install -g @vue/cli @vue/cli-init. vue init nativescript-vue/vue-cli-template hello- ...
Read more >Building Chat App Using Firebase; Cross-Platform With ...
As a developer, I always keep learning new things by myself to improve my coding skill. ... vue init nativescript-vue/vue-cli-template firebase-chat.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@spencercap I managed to get it running today using the new Vue template. So the difference from your linked repo is that I am running the
firebase.init()
inside of mycreated()
method on the main Vue instance, also remember torm -rf
your platforms folder.Hope it helps!
I imagine that the new 2.0 template will make everything easier, also for awesome plugin developers as yourself @EddyVerbruggen - thanks for all your hard work and contributions to the community 🙏 !!