shakee93 / vue-toasted

🖖 Responsive Touch Compatible Toast plugin for VueJS 2+
https://shakee93.github.io/vue-toasted/
MIT License
2.21k stars 195 forks source link

simplify code contributions by fully automating thesetup with Gitpod #159

Closed nisarhassan12 closed 4 years ago

nisarhassan12 commented 4 years ago

Hi! :slightly_smiling_face:

This Pr simplifies code contributions by fully automating the dev setup with Gitpod(a free online VS Code like IDE) for contributing, with a single click it'll launch a workspace and automatically:

So that anyone interested in contributing can start straight away.

You can give it a try on my fork of the repo via the following link:

https://gitpod.io/#https://github.com/nisarhassan12/vue-toasted

This is how it looks:

image

shakee93 commented 4 years ago

Thank you !