- 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.
推薦閱讀
- Learning Java Functional Programming
- Java程序設計(慕課版)
- Intel Galileo Essentials
- C#程序設計實訓指導書
- GraphQL學習指南
- HTML5 移動Web開發從入門到精通(微課精編版)
- 實用防銹油配方與制備200例
- PostgreSQL Replication(Second Edition)
- Getting Started with Greenplum for Big Data Analytics
- QGIS 2 Cookbook
- Arduino Wearable Projects
- 并行編程方法與優化實踐
- Maven for Eclipse
- Vue.js 3.x高效前端開發(視頻教學版)
- Python面向對象編程(第4版)