https://github.com/andy-set-studio/progressive-vue-toggle
A demo of how Vue's scoped slots can be handy for progressive enhancement
https://github.com/andy-set-studio/progressive-vue-toggle
Last synced: 2 months ago
JSON representation
A demo of how Vue's scoped slots can be handy for progressive enhancement
- Host: GitHub
- URL: https://github.com/andy-set-studio/progressive-vue-toggle
- Owner: Andy-set-studio
- Created: 2019-02-07T10:40:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-07T20:38:34.000Z (about 6 years ago)
- Last Synced: 2025-01-15T04:35:58.660Z (3 months ago)
- Language: HTML
- Size: 542 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Progressively enhanced toggle panel
A little demo to show how we can use [Vue Scoped Slots](https://vuejs.org/v2/guide/components-slots.html#Scoped-Slots) to progressively enhance a simple pattern. It hopefully shows how Vue can be sprinkled on existing markup, rather than having to go _all in_ and fully render the front-end with JavaScript.
**[Live demo](https://progressive-vue-toggle-panel.netlify.com/)**

## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).