- 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>
推薦閱讀
- PHP程序設計(慕課版)
- Python程序設計(第3版)
- JMeter 性能測試實戰(zhàn)(第2版)
- 新編Premiere Pro CC從入門到精通
- Blockly創(chuàng)意趣味編程
- 征服RIA
- Python時間序列預測
- RSpec Essentials
- INSTANT Apache ServiceMix How-to
- R語言實戰(zhàn)(第2版)
- 實驗編程:PsychoPy從入門到精通
- Ionic3與CodePush初探:支持跨平臺與熱更新的App開發(fā)技術
- Python深度學習:基于PyTorch
- SQL Server 2012數(shù)據(jù)庫管理與開發(fā)(慕課版)
- OpenStack Networking Cookbook