Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aaronksaunders/icon-vue

ionic v4 web components and vuejs
https://github.com/aaronksaunders/icon-vue

capacitor ionic-framework ionic4 vuejs vuex

Last synced: about 1 month ago
JSON representation

ionic v4 web components and vuejs

Awesome Lists containing this project

README

        

[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/W7W31U7HM)
# MMP Icon Mobile App
>PLEASE SEE UPDATED VUE CONTENT ON MY YOUTTUBE CHANNEL: https://www.youtube.com/playlist?list=PL2PY2-9rsgl2uKW0DB5FJ-YRCAG-JuSWN

### Other Ionic Vue Samples
- https://github.com/aaronksaunders/ionic4-vue-tabs
- https://github.com/aaronksaunders/icon-vue
- https://github.com/aaronksaunders/ionic-vue-picker-sample
- https://github.com/aaronksaunders/vue-ionic-demo
- https://github.com/aaronksaunders/capacitor-vue-ionicv4-app

### Sample Overview

## Overview
Simple application showing the latest use of using ionic framework webcomponents with vuejs.

- vue-router
- vuex
- VeeValidate
- @ionic/vue

Ionic v4 Documentation
- https://beta.ionicframework.com/docs/

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your tests
```
npm run test
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).