https://github.com/shubhamzanwar/vue-composition-demo
Super mini project to demonstrate the usage and benefits of the composition API
https://github.com/shubhamzanwar/vue-composition-demo
Last synced: 4 months ago
JSON representation
Super mini project to demonstrate the usage and benefits of the composition API
- Host: GitHub
- URL: https://github.com/shubhamzanwar/vue-composition-demo
- Owner: shubhamzanwar
- Created: 2020-01-07T04:31:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T19:34:36.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T20:19:04.689Z (12 months ago)
- Language: Vue
- Size: 4.41 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# composition-api
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Run your unit tests
```
yarn test:unit
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).