https://github.com/hunterae/vue-inherit-slots
Inherit Vue Slots into a Child Component
https://github.com/hunterae/vue-inherit-slots
Last synced: 11 months ago
JSON representation
Inherit Vue Slots into a Child Component
- Host: GitHub
- URL: https://github.com/hunterae/vue-inherit-slots
- Owner: hunterae
- License: mit
- Created: 2018-12-28T17:42:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-26T10:36:13.000Z (over 4 years ago)
- Last Synced: 2025-07-10T14:34:27.028Z (12 months ago)
- Language: JavaScript
- Size: 1.41 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-inherit-slots
## 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
```
### Run your unit tests
```
yarn run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).