lrembacz / vue-responsive-grid-layout

Vue Repsonsive Grid Layout
MIT License
83 stars 19 forks source link

Add demo #1

Closed SyedWasiHaider closed 6 years ago

SyedWasiHaider commented 6 years ago

Hi there

I want to thank you for taking the effort to make this. There is currently no other Vue grid library that is both responsive, draggable/resizable. Most involve using gridstack or jquery or vue-grid-layout (which is not responsive).

Please add a demo so people can see that this works well.

EDIT: Actually I notice you have an example folder. If you could just host that and let people click on it to play, that would be nice. You can use something like surge.sh which is free hosting.

lrembacz commented 6 years ago

Hi there!

You can actually clone this repo on your local machine then type npm install & npm run dev to try this out! Its making webpack server for you on port :8080.

I'm planning to host it or make jsfiddle version, but still trying this and making fixes.

Thanks for your words!

lrembacz commented 6 years ago

Demo has been added to readme.md file.