Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

A small blank template with Ionic and VueJS to simplify the process of creating mobile applications

Notifications You must be signed in to change notification settings

EvilFreelancer/ionic-vue-template

Repository files navigation

ionic-vue-template

A small blank with Ionic and VueJS to simplify the process of creating mobile applications

Preparation

We need to install npx command line tool first (details is here):

npm install -g @capacitor/cli

Install dependencies of project:

npm install

Compiles and minify for production:

npm run build

Building application

Android APK

npx cap add android

Copy compiled files to NPX application build roots:

npm run copy

Build then

cd android
./gradlew build

Result of build will be in app/build/outputs/apk of android folder.

IOS package

Coming soon.

Links

About

A small blank template with Ionic and VueJS to simplify the process of creating mobile applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published