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: 9 months ago
JSON representation
ionic v4 web components and vuejs
- Host: GitHub
- URL: https://github.com/aaronksaunders/icon-vue
- Owner: aaronksaunders
- Created: 2019-01-13T02:24:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:18:21.000Z (about 3 years ago)
- Last Synced: 2025-04-05T17:43:13.668Z (12 months ago)
- Topics: capacitor, ionic-framework, ionic4, vuejs, vuex
- Language: JavaScript
- Homepage:
- Size: 4.28 MB
- Stars: 10
- Watchers: 4
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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/).