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

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

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