Vue.js in Action
by: Erik Hanchett and Benjamin Listwon
Print Length 页数: 375 pages
Publisher finelybook 出版社: Manning Publications; 1st edition (October 7,2018)
Language 语言: English
ISBN-10: 1617294624
ISBN-13: 9781617294624
Book Description
Web pages are rich with data and graphics,and it’s challenging to maintain a smooth and quick user experience. Vue.js in Action teaches you how to build a fast,flowing web UI with the Vue.js framework. As you move through the book,you’ll put your skills to practice by: building a complete web store application with product listings,a checkout process,and an administrative interface.
Vue.js is a lightweight frontend framework,offering easy two-way data binding,a reactive UI,and a common-sense project structure. It uses UI patterns and modern HTML to deliver impossibly fast page loads and silky smooth transitions—all from a tiny code footprint. It’s a delight to develop in Vue using ordinary JavaScript and its integrated Vuex state management tool.
Vue.js in Action is your guide to building modern web apps. You’ll start by: exploring the reactive UI model while you get comfortable with Vue’s unique features. Then,you’ll go deeper as you build a shopping cart with an admin interface and the ability to manage stock! Finally,you’ll extend your app,adding transitions,tests,and other key features until it’s production ready.
What’s inside
Clearly annotated code and illustrations
Modeling data and consuming APIs
Easy state management with Vuex
Creating custom directives
Contents
Foreword
Preface
Acknowledgments
About this book
About the author
About the cover illustration
Part 1. Getting to know Vue. js
Chapter 1. Introducing Vue. js
Chapter 2. The Vue instance
Part 2. The View and ViewModel
Chapter 3. Adding interactivity
Chapter 4. Forms and inputs
Chapter 5. Conditionals,looping,and lists
Chapter 6. Working with components
Chapter 7. Advanced components and routing
Chapter 8. Transitions and animations
Chapter 9. Extending Vue
Part 3. Modeling data,consuming APIs,and testing
Chapter 10. Vuex
Chapter 11. Communicating with a server
Chapter 12. Testing
Appendix A. Setting up your environment
Appendix B. Solutions to chapter exercises
Index
List of Figures
List of Tables
List of Listings