-
Notifications
You must be signed in to change notification settings - Fork 12
Home
Welcome to the intro-to-vuejs wiki!
This project hopes to be a good reference book to teach how to use VueJS with example. It is partially inspired from the official Vuejs guide. Some content has been copied verbatim from the official guide because it was a better and much more easy to understand explanation than I could possibly imagine to write!
This book originated partially due to the lack of example based resources for VueJS on the web (If there are any, I didn't come across them till). I began reading the amazing official guide, read it ten times and then started to get a hang of things. Raised an issue in the guide that it is difficult to understand for newcomers (I am a total newbie in front end development), they did make a few changes to the guide, but politely rejected making it more accessible to newcomers, when I submitted a patch to make things more understandable, it was rejected because their examples were short for a reason and the other thing didn't belong to the official guide.
This prompted me to write this guide, it will teach by a full example app and not by small abstract examples expecting the user to understand everything, some might be able to grasp that, but it is very difficult for newcomers to do so. In the long run, it'll decrease the cost of switching or getting started to VueJS significantly, at least that is the hope.
The book is a work in progress.
Concepts should be taught by example, theory should be pitched in while explaining the concept. Chapter size should be preferably small.
All contributions are welcome, this project won't reject contributions unless there is a really good reason.
The supporting code to this book is available on intro-to-vuejs-code