- Vue.js 2 Web Development Projects
- Guillaume Chau
- 292字
- 2021-07-02 22:34:21
What this book covers
Chapter 1, Getting Started with Vue,covers how to create a basic Vue app with a dynamic template and basic interactivity, thanks to directives.
Chapter 2, Project 1 - Markdown Notebook, explores the creation of a complete Vue app with features such as computed properties, methods, life cycle hooks, list displays, DOM events, dynamic CSS, template conditionals, and filter formatting.
Chapter 3, Project 2 - Castle Duel Browser Game, explains the creation of a browser card game structured as a tree of reusable components that communicate with each other. It also features animations and dynamic SVG graphics.
Chapter 4, Advanced Project Setup, focuses on how to use the official Vue command-line tool to bootstrap a full blown project with webpack, babel, and more build tools. It also covers the Single-File Component format, allowing readers to create components as building blocks.
Chapter 5, Project 3 - Support Center, takes you through how to structure a multipage app with the official routing library--nested routes, dynamic parameters, navigation guards, and such. The project also features a custom user login system.
Chapter 6, Project 4 - Geolocated Blog, walks through the creation of an app featuring Google OAuth login and the Google Maps API. This chapter also covers the important topic of state management using the official VueX library, plus fast functional components.
Chapter 7, Project 5 - Online Shop and Scaling up, outlines advanced development techniques such as checking code quality with ESLint, unit testing Vue components with Jest, translating an app into multiple languages, and improving speed and SEO with server-side rendering.
Chapter 8, Project 6 - Real-time Dashboard with Meteor, teaches you how to use Vue in a Meteor app in order to take advantage of the real-time capabilities of this full-stack framework.
- Software Defined Networking with OpenFlow
- Python量化投資指南:基礎、數據與實戰
- Blender 3D Incredible Machines
- 小程序,巧運營:微信小程序運營招式大全
- FLL+WRO樂高機器人競賽教程:機械、巡線與PID
- JavaScript 程序設計案例教程
- Python機器學習基礎教程
- Android系統原理及開發要點詳解
- 微服務架構深度解析:原理、實踐與進階
- Visual FoxPro 6.0程序設計
- 貫通Tomcat開發
- Visual C++程序設計與項目實踐
- Go Systems Programming
- FusionCharts Beginner’s Guide:The Official Guide for FusionCharts Suite
- MySQL從入門到精通