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

https://github.com/berkmann18/vueion

My 2nd Vue+Ionic app (this time based on https://dev.to/aaronksaunders/build-your-first-ionic-vue-app-18kj)
https://github.com/berkmann18/vueion

capacitor ionic vuejs

Last synced: about 1 month ago
JSON representation

My 2nd Vue+Ionic app (this time based on https://dev.to/aaronksaunders/build-your-first-ionic-vue-app-18kj)

Awesome Lists containing this project

README

          

# vueion

## Project setup
```
npm i
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).