Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aaronksaunders/icon-vue
- Owner: aaronksaunders
- Created: 2019-01-13T02:24:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:18:21.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T14:08:03.296Z (almost 2 years ago)
- Topics: capacitor, ionic-framework, ionic4, vuejs, vuex
- Language: JavaScript
- Homepage:
- Size: 4.28 MB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
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/vueIonic 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/).