This is a short introductory book to teach the fundamentals of VueJS (http://vuejs.org)
VueJS is a progressive framework to build dynamic apps. It is the View layer in the traditional MVC framework. Along with supporting libraries, Vue can be used to write Single Page Apps which are dynamic websites where page refresh is not required. Refer the official docs for more details.
This book originated from the lack of resources on the Internet which would teach how to write an app with Vue using example. Read the wiki for more details.
In this book, you'd build a todo list manager in Vue, the basic html is present in the code section.
Please raise an issue regarding the contribution you wish to make. Once that is decided you can start working on the change if it is a big one, otherwise just send a PR.
This is a contributor friendly project and won't reject a PR unless there is really a valid reason.
This book is inspired from the official guide, it can be thought of as a different rendering of the same content. Some content has been adapted from the project
This book is FOSS at Github
The supporting code is available here
Check the project tab for more details.