- Full-Stack Vue.js 2 and Laravel 5
- Anthony Gore
- 76字
- 2021-07-02 19:57:13
Basic features
Let's now do a high-level overview of Vue's basic features. If you want, you can create an HTML file on your computer like the following one, open it in your browser, and code along with the following examples.
If you'd rather wait until the next chapter, when we start working on the case-study project, that's fine too as our objective here is simply to get a feel for what Vue can do:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Hello Vue</title> </head> <body> <!--We'll be adding stuff here!--> </body> </html>
推薦閱讀
- Docker and Kubernetes for Java Developers
- SQL學習指南(第3版)
- JavaScript 網頁編程從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- Clojure for Domain:specific Languages
- Flask Web開發入門、進階與實戰
- The React Workshop
- 你必須知道的204個Visual C++開發問題
- Learning AndEngine
- Mastering AndEngine Game Development
- 軟件項目管理實用教程
- 智能搜索和推薦系統:原理、算法與應用
- SFML Game Development
- Using Yocto Project with BeagleBone Black
- Ubuntu Server Cookbook
- Python人工智能項目實戰