https://github.com/shirokovnv/ionic-vue-template
Template for hybrid web-mobile development, based on Ionic and Vue.
https://github.com/shirokovnv/ionic-vue-template
capacitor ionic ionic-vue-template mobile package template vue
Last synced: 11 months ago
JSON representation
Template for hybrid web-mobile development, based on Ionic and Vue.
- Host: GitHub
- URL: https://github.com/shirokovnv/ionic-vue-template
- Owner: shirokovnv
- License: mit
- Created: 2021-02-06T13:14:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T01:17:12.000Z (over 2 years ago)
- Last Synced: 2025-03-31T08:38:34.184Z (about 1 year ago)
- Topics: capacitor, ionic, ionic-vue-template, mobile, package, template, vue
- Language: TypeScript
- Homepage:
- Size: 3.36 MB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Ionic Vue Template
Scalable template for hybrid mobile-web development based on
> [Vue 3](https://v3.vuejs.org/)
> [Ionic](https://ionicframework.com/)
> [Capacitor](https://capacitorjs.com/)
## Features
> Tools to build both web and mobile application bundles.
> Vue 3 Composition API.
> Module system.
> Automated dependency updates with the help of [Dependabot](https://dependabot.com/).
> Linting with [eslint](https://eslint.org/) and stylying with [prettier](https://prettier.io/).
> [Jest](https://jestjs.io/) for unit-testing and [cypress](https://www.cypress.io/) for e2e.
## Commands
Local development in browser:
```bash
npm run serve
```
Generating application modules:
```bash
node scripts/generateModule.js [moduleName]
```
Tests:
```bash
npm run test:unit
npm run test:e2e
```
For more commands see [Ionic docs](https://ionicframework.com/docs) and [Capacitor docs](https://capacitorjs.com/docs).
## License
MIT. Please see the [license file](license.md) for more information.