intro-to-vuejs
This is a short introductory book to teach the fundamentals of VueJS (http://vuejs.org)
What is VueJS
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.
Why this book?
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.
Contributing
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.
Inspiration and Acknowledgements
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
Availability
This book is FOSS at Github
Supporting code
The supporting code is available here
TODOs
Check the project tab for more details.