https://github.com/moduscreateorg/ionic-vue-examples
Examples for @ionic/vue
https://github.com/moduscreateorg/ionic-vue-examples
examples ionic ionic4 ionic4-example vue vuejs
Last synced: 2 months ago
JSON representation
Examples for @ionic/vue
- Host: GitHub
- URL: https://github.com/moduscreateorg/ionic-vue-examples
- Owner: ModusCreateOrg
- License: mit
- Created: 2019-01-21T10:35:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-08T05:37:40.000Z (almost 2 years ago)
- Last Synced: 2025-04-15T03:06:28.607Z (2 months ago)
- Topics: examples, ionic, ionic4, ionic4-example, vue, vuejs
- Language: Vue
- Size: 2.27 MB
- Stars: 48
- Watchers: 3
- Forks: 21
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Examples of [@ionic/vue](https://github.com/ionic-team/ionic/tree/master/vue/) usage
## Installation
```shell
yarn install
# or
npm install
```### Running local development server
```shell
yarn run serve
# or
npm run serve
```