TobiG77 / vue-mobile-hello-world

explore vue + ionic + capacitor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-mobile-hello-world

Exploring vuejs + ionic + capacitor

Things learned:

  • the capacitor team uses npm and has not tested yarn at all. Ran into issues when installing capacitor, switching to npm resolved these.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build
npx cap copy
continue in Android Studio

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your end-to-end tests

npm run test:e2e

Run your unit tests

npm run test:unit

About

explore vue + ionic + capacitor

License:Apache License 2.0


Languages

Language:JavaScript 42.8%Language:Vue 34.8%Language:Java 14.3%Language:HTML 8.1%