偶然发现VScode支持网页版

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
sudo yum install -y nodejs

git clone https://github.com/cdr/code-server.git

cd code-server
npm install


npm run build
npm run release
npm run start


http://服务器IP地址:8080

这里 因为服务器下载结点比较慢 我本机挂了代理下载后上传的