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

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

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/).