- 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.
推薦閱讀
- 現代C++編程:從入門到實踐
- Embedded Linux Projects Using Yocto Project Cookbook
- Spring Cloud Alibaba核心技術與實戰案例
- 新一代通用視頻編碼H.266/VVC:原理、標準與實現
- Podman實戰
- Visual C++數字圖像處理技術詳解
- 微信小程序項目開發實戰
- 前端HTML+CSS修煉之道(視頻同步+直播)
- Spring Boot+MVC實戰指南
- JavaScript程序設計(第2版)
- Apache Solr PHP Integration
- Learning Grunt
- Python應用開發技術
- 算法超簡單:趣味游戲帶你輕松入門與實踐
- 現代C++語言核心特性解析