- KnockoutJS Blueprints
- Carlo Russo
- 84字
- 2021-07-23 20:27:34
What you need for this book
Since this book is mostly about client-side code, the main tools required are a text editor and a browser. However, the realization of hybrid mobile application with Cordova needs a working Node.js installation.
You'll have to install Node.JS (http://nodejs.org), which comes with npm, the Node package manager.
It can be useful to use http-server (a node application) to serve the web application we realize, because the browsers have many limitations when you access them using the file:// protocol.
推薦閱讀
- Mastering OpenLayers 3
- Learning Python Web Penetration Testing
- 測試驅動開發:入門、實戰與進階
- ReSharper Essentials
- Learning Spring 5.0
- 算法訓練營:入門篇(全彩版)
- Python自動化運維快速入門
- Hadoop+Spark大數據分析實戰
- 你必須知道的204個Visual C++開發問題
- Modern JavaScript Applications
- Mastering Apache Maven 3
- Building RESTful Python Web Services
- 領域驅動設計:軟件核心復雜性應對之道(修訂版)
- 超簡單:用Python讓Excel飛起來(實戰150例)
- Python預測分析實戰