Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.