Indexeddb 简明教程
IndexedDB - Installation
Visual Studio Code 是重新定义并针对构建和调试现代 Web 和云应用程序而优化过的代码编辑器。
-
你可以从其官方网站 https://code.visualstudio.com 下载 Visual Studio Code。
-
根据 PC 配置和 OS 选择你想要的版本。
-
下载后,你可以直接在计算机上安装它。
Installing the Visual Studio Code installer on Windows
首先,按照上述说明下载适用于 Windows 的 Visual Studio Code 安装程序:
-
下载后,运行安装程序。
-
然后,接受协议并单击 next。
-
现在,单击 “create a desktop icon” ,以便可以从桌面访问它,并单击 Next。
-
然后,点击安装按钮。
-
最后,在安装完成后,单击完成按钮,Visual Studio code 将打开。
-
Visual Studio code 已成功安装到你的设备上了,现在你可以开始在这个代码编辑器上编写代码了。
Downloading, Installing, and Creating a Node.js project (optional)
现在,在安装 Visual Studio code 后,我们需要安装 Node.js
Downloading Node.JS
-
你可以从其官网下载 Node.js,网址是 [role="bare"] [role="bare"]https://nodejs.org/en/ 。
-
基于你的计算机配置,选择你需要的版本。
-
我们建议使用 LTS 版本,因为它是比较稳定的版本,并且它代表长期支持。
Installing Node.js
按照以下步骤在系统中安装 Node.js:
Step 1 - 在 Node.js 打开后。你会发现这个窗口弹出。点击下一步。
Step 2 - 你将被重定向到 “End-User License Agreement” 窗口。接受协议并点击 @[s4}。
Step 3 - 在下一个窗口中,你需要选择 “ Destination Folder ”。更改现有文件夹或使用提及的默认文件夹,然后点击 Next 。
Step 4 - 在 “ Custom Setup ” 和 “ Tools For Native Modules ” 中点击 Next 。
Step 5 - 现在,安装设置已就绪,点击 Install ,以安装所选模块。