Indexeddb 简明教程

IndexedDB - Installation

Visual Studio Code 是重新定义并针对构建和调试现代 Web 和云应用程序而优化过的代码编辑器。

  1. 你可以从其官方网站 https://code.visualstudio.com 下载 Visual Studio Code。

  2. 根据 PC 配置和 OS 选择你想要的版本。

  3. 下载后,你可以直接在计算机上安装它。

Installing the Visual Studio Code installer on Windows

首先,按照上述说明下载适用于 Windows 的 Visual Studio Code 安装程序:

  1. 下载后,运行安装程序。

visual
  1. 然后,接受协议并单击 next。

agreement
  1. 现在,单击 “create a desktop icon” ,以便可以从桌面访问它,并单击 Next。

setup
  1. 然后,点击安装按钮。

install
  1. 最后,在安装完成后,单击完成按钮,Visual Studio code 将打开。

code setup
  1. Visual Studio code 已成功安装到你的设备上了,现在你可以开始在这个代码编辑器上编写代码了。

Downloading, Installing, and Creating a Node.js project (optional)

现在,在安装 Visual Studio code 后,我们需要安装 Node.js

Downloading Node.JS

  1. 你可以从其官网下载 Node.js,网址是 [role="bare"] [role="bare"]https://nodejs.org/en/

  2. 基于你的计算机配置,选择你需要的版本。

  3. 我们建议使用 LTS 版本,因为它是比较稳定的版本,并且它代表长期支持。

Installing Node.js

按照以下步骤在系统中安装 Node.js:

Step 1 - 在 Node.js 打开后。你会发现这个窗口弹出。点击下一步。

nodejs

Step 2 - 你将被重定向到 “End-User License Agreement” 窗口。接受协议并点击 @[s4}。

nodejs setup

Step 3 - 在下一个窗口中,你需要选择 “ Destination Folder ”。更改现有文件夹或使用提及的默认文件夹,然后点击 Next

destination

Step 4 - 在 “ Custom Setup ” 和 “ Tools For Native Modules ” 中点击 Next

Step 5 - 现在,安装设置已就绪,点击 Install ,以安装所选模块。

ready nodejs