- 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>
推薦閱讀
- Reporting with Visual Studio and Crystal Reports
- Mobile Application Development:JavaScript Frameworks
- Flask Web開發入門、進階與實戰
- C語言程序設計教程(第2版)
- Instant Typeahead.js
- Swift細致入門與最佳實踐
- 編程與類型系統
- Building Microservices with .NET Core
- 深度學習原理與PyTorch實戰(第2版)
- JavaScript Concurrency
- PHP動態網站開發實踐教程
- Java核心技術速學版(第3版)
- Unity3D高級編程:主程手記
- Unity Certified Programmer:Exam Guide
- 計算機應用基礎