- 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.
推薦閱讀
- Learn TypeScript 3 by Building Web Applications
- 從零開始:數字圖像處理的編程基礎與應用
- Learning Docker
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- 深入理解Django:框架內幕與實現原理
- 編寫整潔的Python代碼(第2版)
- MATLAB應用與實驗教程
- ASP.NET動態網頁設計教程(第三版)
- SEO智慧
- 精通API架構:設計、運維與演進
- Python貝葉斯分析(第2版)
- 基于SpringBoot實現:Java分布式中間件開發入門與實戰
- Raspberry Pi Robotic Blueprints
- Java 9 Programming By Example
- 深入解析Java編譯器:源碼剖析與實例詳解