https://github.com/aaronksaunders/ionic4-vue-tabs
sample application using ionic framework tab component with vuejs
https://github.com/aaronksaunders/ionic4-vue-tabs
ionic-framework ionic4 ionic4-example tabs vuejs-tutorial
Last synced: 2 months ago
JSON representation
sample application using ionic framework tab component with vuejs
- Host: GitHub
- URL: https://github.com/aaronksaunders/ionic4-vue-tabs
- Owner: aaronksaunders
- Created: 2019-06-02T05:32:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:18:47.000Z (about 3 years ago)
- Last Synced: 2025-01-21T20:11:27.982Z (about 1 year ago)
- Topics: ionic-framework, ionic4, ionic4-example, tabs, vuejs-tutorial
- Language: Vue
- Homepage:
- Size: 5.81 MB
- Stars: 17
- Watchers: 5
- Forks: 5
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ionic-tabs
## Please see this project for tabs [New Vue3 Ionic Tabs](https://github.com/aaronksaunders/ionic-vue3-sample-2)
### 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
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).