https://github.com/hunterae/vue-slot-hooks
https://github.com/hunterae/vue-slot-hooks
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hunterae/vue-slot-hooks
- Owner: hunterae
- License: mit
- Created: 2018-12-13T17:35:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-26T10:36:16.000Z (about 3 years ago)
- Last Synced: 2023-03-11T15:38:55.283Z (about 2 years ago)
- Language: JavaScript
- Size: 1010 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-slot-hooks
## 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
```