Skip to content

Template for hybrid web-mobile development, based on Ionic and Vue.

License

Notifications You must be signed in to change notification settings

shirokovnv/ionic-vue-template

Repository files navigation

Ionic Vue Template

Scalable template for hybrid mobile-web development based on

Vue 3

Ionic

Capacitor

Features

Tools to build both web and mobile application bundles.

Vue 3 Composition API.

Module system.

Automated dependency updates with the help of Dependabot.

Linting with eslint and stylying with prettier.

Jest for unit-testing and cypress for e2e.

Commands

Local development in browser:

npm run serve

Generating application modules:

node scripts/generateModule.js [moduleName]

Tests:

npm run test:unit
npm run test:e2e

For more commands see Ionic docs and Capacitor docs.

License

MIT. Please see the license file for more information.