Skip to content

sdiricco/torneo

Repository files navigation

Vue 3 PRO template

vue3/ionic advanced boilerplate. Includes typescript, vue router, pwa support, font-awesome

Installation

It's advisable to use YARN

1 Install dependencies

yarn

2 Install platform support

For example, to add android support

npx cap add android

For more information, see https://capacitorjs.com/docs

Dev environment

Puoi avviare l'applicazione in due modalità:

Dev environment

In this mode, the application will be run by the browser and you can develop the entire client-side like any other frontend project. However, you will not be able to run capacitor code.

yarn dev

Native Dev environment

In this mode, the application will be run by a specific IDE for the supported platform. In the case of an Android platform, an instance of Android Studio with your project compiled in native language will be opened. From there, you can simulate the app using capacitor and compile a final apk.

yarn native-dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published