/vue-mobile-hello-world

explore vue + ionic + capacitor

Primary LanguageJavaScriptApache License 2.0Apache-2.0

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