vuejs-components-vuetify
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint
Customize configuration
See Configuration Reference.
Capacitor Js
Instalation
npm i @capacitor/core
npm i -D @capacitor/cli
npm i @capacitor/android @capacitor/ios
Initialize the Capacitor config
npx cap init
Create your Android and iOS projects
npx cap add android
npx cap add ios
Build application
For Android, just enter on android folder and execute the command below:
gradle build