release 0.2.5
This commit is contained in:
11
README.md
11
README.md
@@ -42,10 +42,17 @@
|
||||
|
||||
### 准备开发环境
|
||||
|
||||
#### Windows/MacOS/Linux
|
||||
|
||||
需要预置开发环境:Nodejs、Typescript开发环境
|
||||
|
||||
1. git clone项目到本地,然后通过VSCode打开项目。
|
||||
2. 下载项目所需依赖,执行命令:`npm install`。
|
||||
|
||||
#### DevContainer环境
|
||||
|
||||
1. git clone项目到本地,然后通过VSCode打开项目
|
||||
|
||||
2. 项目提供了devcontainer的开发配置,通过vscode打开本项目后,会提示“Folder contains a Dev Container configuration file. Reopen folder to develop in a container ([learn more](https://aka.ms/vscode-remote/docker)).”,此时点击“Reopen in Container”,自动进入vscode的devcontainer环境中。
|
||||
|
||||
3. 本项目的devcontainer预置了Node.js & Typescript的开发环境。在vscode的命令行工具执行`npm install`命令,下载项目所需依赖。
|
||||
|
||||
### 编译插件
|
||||
|
Reference in New Issue
Block a user