A quick boilerplate project for building apps in Ionic 4 using VueJS.
The latest major release of the Ionic Framework opened up the opportunity for using tools other than Angular for building hybrid mobile applications, including React, Vue and even Vanilla JS. The Vue version is still in beta though, and setting up a working project still requires some manual configuration. This boilerplate aims to make this process a bit easier, so you can just try out the framework itself.
npm run serve
ionic cordova run <platform>
So far this setup has only been tested in Android.
The project was created via Vue CLI, with the following features enabled:
- Typescript with class-style components + TSLint
- Vue Router
- Vuex
- Sass/SCSS
- Unit testing (Jest)
Cordova is still used for the native bridge, as it makes for a simpler setup at the moment compared to Capacitor, the new bridge in development by the Ionic team.