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

https://github.com/aaronksaunders/vue-composition-app-1

Sample application showing the use of the vue-composition api, using the 2.0 plugin
https://github.com/aaronksaunders/vue-composition-app-1

example-project javascript vue vue-composition-api

Last synced: 9 months ago
JSON representation

Sample application showing the use of the vue-composition api, using the 2.0 plugin

Awesome Lists containing this project

README

          

# Vue Composition Sample App
Video Available - https://www.youtube.com/watch?v=_qh18Q1I4-M



Sample app using the 2.0 plugin
- Composition API RFC | Vue Composition API https://buff.ly/2He4rUk
- Vue2 plugin for the Composition API. https://buff.ly/35TgSja

- See Another Project Using Vue Composition API: https://dev.to/aaronksaunders/using-vue-composition-api-with-firebase-1oib

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