https://github.com/visualbean/vue-collapsible-panel
https://github.com/visualbean/vue-collapsible-panel
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/visualbean/vue-collapsible-panel
- Owner: VisualBean
- Created: 2018-12-29T22:01:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:42:09.000Z (over 3 years ago)
- Last Synced: 2025-03-23T03:33:02.689Z (about 1 year ago)
- Language: Vue
- Size: 4.09 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-collapsible-panel-component
for my blogpost @https://medium.com/@visualbean/vue-collapsible-panel-component-with-persisted-state-551529b77307
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Lints and fixes files
```
yarn run lint
```