- 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.
推薦閱讀
- Java多線程編程實戰指南:設計模式篇(第2版)
- 大學計算機應用基礎實踐教程
- Git高手之路
- C語言程序設計案例式教程
- JavaScript從入門到精通(第3版)
- Rust Essentials(Second Edition)
- Java EE 8 Application Development
- 精通MATLAB(第3版)
- 平面設計經典案例教程:CorelDRAW X6
- Python Web自動化測試設計與實現
- Mastering VMware Horizon 7(Second Edition)
- Java程序設計教程
- 虛擬現實建模與編程(SketchUp+OSG開發技術)
- Django 3 Web Development Cookbook
- 區塊鏈原理、設計與應用