- Vue.js 2 Web Development Projects
- Guillaume Chau
- 113字
- 2021-07-02 22:34:24
Summary
In this chapter, we quickly set up a web page to get started using Vue and wrote a simple app. We created a Vue instance to mount the Vue app on the page and wrote a template to make the DOM dynamic. Inside this template, we used a JavaScript expression to display text, thanks to text interpolations. Finally, we added some interactivity with an input element that we bound to our data with the v-model directive.
In the next chapter, we will create our first real web app with Vue--a markdown notebook. We will need more Vue superpowers to turn the development of this app into a fun and swift experience.
推薦閱讀
- HornetQ Messaging Developer’s Guide
- DevOps:軟件架構(gòu)師行動指南
- Java 9 Concurrency Cookbook(Second Edition)
- C# Programming Cookbook
- 秒懂設(shè)計模式
- Python Data Analysis(Second Edition)
- PySide 6/PyQt 6快速開發(fā)與實戰(zhàn)
- Getting Started with Python and Raspberry Pi
- Learning Grunt
- 精益軟件開發(fā)管理之道
- C++面向?qū)ο蟪绦蛟O(shè)計
- The Python Apprentice
- JavaScript前端開發(fā)程序設(shè)計教程(微課版)
- Spark Cookbook
- jMonkeyEngine 3.0 Cookbook