Indexeddb 简明教程

IndexedDB - Installation

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

Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.

  1. You can download the visual studio code from its official website - https://code.visualstudio.com

  2. Select the version you want based on your PC configuration and OS.

  3. Once downloaded you can install it directly on your computer.

Installing the Visual Studio Code installer on Windows

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

First of all download the Visual Studio Code installer for Windows as specified above −

  1. Once it is downloaded, run the installer.

visual
  1. Then, accept the agreement and click on next.

agreement
  1. Now, click on “create a desktop icon” so that it can be accessed from the desktop, and click on Next.

setup
  1. Then, click on the install button.

install
  1. Finally, after installation completes, click on the finish button, and the visual studio code will open.

code setup
  1. Now Visual Studio code is successfully installed on your device, start writing code on this code editor.

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

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

Now after installing the visual studio code we need to install Node.js

Downloading Node.JS

  1. You can download Node.js from its official website which is [role="bare"]https://nodejs.org/en/.

  2. Select the version of your choice based on your computer’s configuration.

  3. The LTS version is preferable as it is a more stable version and it stands for Long Term Support.

Installing Node.js

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

Follow the steps given below to install Node.js in your system −

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

Step 1 − Now that the Node.js has opened. You’ll find this window pop up Click on next.

nodejs

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

Step 2 − You will be redirected to the “End-User License Agreement” window. Accept the agreement and click on Next.

nodejs setup

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

Step 3 − In the next window you need to select the “Destination Folder”. Change the existing folder or, use the default folder mentioned and then click Next.

destination

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

Step 4 − Click Next in the “Custom Setup” and “Tools For Native Modules” windows.

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

Step 5 − Now, thw setup is ready click Install, to install the selected modules.

ready nodejs