- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- Dmitry Sheiko
- 160字
- 2021-07-15 17:36:23
Creating a File Explorer with NW.js-Planning, Designing, and Development
Nowadays, when speaking of HTML5 desktop application development, one implies either NW.js or Electron. The first one has a shorter learning curve, which makes it a better choice for the beginning. Our first application will be a File Explorer. This sort of software is traditionally considered as a classical desktop application. I believe that you will find it exciting to build a File Explorer with HTML, CSS, and JavaScript. This chapter requires no skills in JavaScript frameworks, as we will use none. All you need is a basic knowledge of HTML, CSS, and plain JavaScript (including Node.js).
So, what are we up to? We will plan and sketch the project. We will set up the development environment and create a static prototype and run it with NW.js. We will implement the basic functionality, making it ready to be enhanced in Chapter 2, Creating a File Explorer with NW.js Enhancement and Delivery.
- Python編程自學手冊
- Learning Real-time Processing with Spark Streaming
- Python數據分析入門與實戰
- Learning PostgreSQL
- 劍指JVM:虛擬機實踐與性能調優
- Groovy for Domain:specific Languages(Second Edition)
- Java持續交付
- Python自然語言處理(微課版)
- Unreal Engine 4 Shaders and Effects Cookbook
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- HTML+CSS+JavaScript編程入門指南(全2冊)
- Visual Basic程序設計(第三版)
- App Inventor少兒趣味編程動手做
- Fastdata Processing with Spark
- 算法圖解