- Vue.js 2 Web Development Projects
- Guillaume Chau
- 103字
- 2021-07-02 22:34:23
Compatibility requirements
Vue doesn't have any dependency and can be used in any ECMAScript 5 minimum-compliant browser. This means that it is not compatible with Internet Explorer 8 or less, because it needs relatively new JavaScript features such as Object.defineProperty, which can't be polyfilled on older browsers.
In this book, we are writing code in JavaScript version ES2015 (formerly ES6), so for the first few chapters, you will need a modern browser to run the examples (such as Edge, Firefox, or Chrome). At some point, we will introduce a compiler called Babel that will help us make our code compatible with older browsers.
推薦閱讀
- Boost.Asio C++ Network Programming(Second Edition)
- Java Web開發學習手冊
- HTML5移動Web開發技術
- Learn Swift by Building Applications
- Visual Basic程序設計教程
- Groovy for Domain:specific Languages(Second Edition)
- Oracle Database 12c Security Cookbook
- Mastering Android Development with Kotlin
- 移動互聯網軟件開發實驗指導
- Regression Analysis with Python
- 計算語言學導論
- C語言程序設計與應用實驗指導書(第2版)
- Arduino Electronics Blueprints
- Java編程指南:語法基礎、面向對象、函數式編程與項目實戰
- C語言程序設計