Skip to content

A demo of how Vue's scoped slots can be handy for progressive enhancement

Notifications You must be signed in to change notification settings

Andy-set-studio/progressive-vue-toggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Progressively enhanced toggle panel

A little demo to show how we can use Vue 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

Example GIF shows content transforming when JS is enabled in a browser

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.

About

A demo of how Vue's scoped slots can be handy for progressive enhancement

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published