- Electron Projects
- Denys Vuika
- 169字
- 2021-06-24 12:14:31
Installing Visual Studio Code
We are going to be using Visual Studio Code for all the projects and examples in this book. It's a free, open-source, and cross-platform code editor based on Electron. However, feel free to use Atom, Sublime, Vim, or any other editor of your choice.
Setting up Visual Studio Code is very simple and, thanks to Electron's support, the process doesn't differ much across platforms. Let's get started:
- Navigate to https://code.visualstudio.com/. An installation package will be suggested to you regarding your current operating system. It is also possible to choose from a list of available distributions:

- Click the big Download button to get a .dmg installer for macOS, an .msi file for Windows, or a .deb package for Debian-based Linux distributions.
- Run the corresponding file and follow the on screen instructions. You don't need to customize anything during the setup process.
If you are using or plan to use Ubuntu Linux for development purposes, the process is slightly easier than it is for other operating systems.
推薦閱讀
- Expert C++
- Android和PHP開發(fā)最佳實(shí)踐(第2版)
- C語言程序設(shè)計(jì)案例教程(第2版)
- Selenium Design Patterns and Best Practices
- 深入理解Java7:核心技術(shù)與最佳實(shí)踐
- 高級(jí)語言程序設(shè)計(jì)(C語言版):基于計(jì)算思維能力培養(yǎng)
- Python數(shù)據(jù)結(jié)構(gòu)與算法(視頻教學(xué)版)
- Julia for Data Science
- JavaScript腳本特效編程給力起飛
- 區(qū)塊鏈架構(gòu)之美:從比特幣、以太坊、超級(jí)賬本看區(qū)塊鏈架構(gòu)設(shè)計(jì)
- 超簡單:Photoshop+JavaScript+Python智能修圖與圖像自動(dòng)化處理
- 超好玩的Scratch 3.5少兒編程
- SQL Server 2008實(shí)用教程(第3版)
- 創(chuàng)新工場講AI課:從知識(shí)到實(shí)踐
- Java面試一戰(zhàn)到底(基礎(chǔ)卷)