https://github.com/explooosion/vue-extend-slot-example
https://github.com/explooosion/vue-extend-slot-example
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/explooosion/vue-extend-slot-example
- Owner: explooosion
- Created: 2020-12-09T15:55:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-13T07:53:48.000Z (over 5 years ago)
- Last Synced: 2025-06-18T06:35:59.092Z (12 months ago)
- Language: Vue
- Size: 151 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/).