- 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.
推薦閱讀
- Kali Linux Web Penetration Testing Cookbook
- 自己動(dòng)手寫搜索引擎
- CentOS 7 Server Deployment Cookbook
- 算法訓(xùn)練營:入門篇(全彩版)
- Mastering Entity Framework
- MySQL 8 DBA基礎(chǔ)教程
- WSO2 Developer’s Guide
- JSP開發(fā)案例教程
- HTML5入門經(jīng)典
- Jupyter數(shù)據(jù)科學(xué)實(shí)戰(zhàn)
- Protocol-Oriented Programming with Swift
- 軟件測試教程
- Learning YARN
- PHP編程基礎(chǔ)與實(shí)踐教程
- Hadoop 2.X HDFS源碼剖析