Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-29T07:39:40.000Z (about 1 year ago)
- Last Synced: 2023-10-29T08:25:35.963Z (about 1 year ago)
- Topics: capacitor, ionic, ionic-vue-template, mobile, package, template, vue
- Language: TypeScript
- Homepage:
- Size: 3.6 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 8
-
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.