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
- Host: GitHub
- URL: https://github.com/aaronksaunders/vue-composition-app-1
- Owner: aaronksaunders
- Created: 2019-10-21T15:24:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T10:16:04.000Z (about 3 years ago)
- Last Synced: 2025-01-21T20:11:24.443Z (11 months ago)
- Topics: example-project, javascript, vue, vue-composition-api
- Language: Vue
- Homepage:
- Size: 1.45 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
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/).