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

https://github.com/explooosion/vue-extend-slot-example


https://github.com/explooosion/vue-extend-slot-example

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Vue Extend Slot Example

This is an example extend component slot.

Blog: [Vue - Extend Vue component with values for props and slots](https://dotblogs.com.tw/explooosion/2020/12/12/041028)

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Lints and fixes files
```
yarn lint
```

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