# theia

基于vscode的组件重组

## 项目地址

{% embed url="<https://github.com/eclipse-theia/theia>" %}

## 快速开始

1.运行docker容器服务

```
docker run -it --init -p 3000:3000 -v "$(pwd):/home/project:cached" theiaide/theia:next
```

2.浏览器访问http\://\<ip>:3000

## 参考

<https://www.cnblogs.com/shiyanhe/p/13080818.html>
