1. enable wsl2
2. install ubuntu
3.
sudo apt update sudo apt install nodejs sudo apt install npm npm install --global yarn sudo apt install git-all
4. clone the repo
5. npm install under the repo
6. access wsl:Ubuntu via vs-code‘s Remote tool
7. current issue, seems wsl app can not access windows host api TODO: -- should be fix this
原文:https://www.cnblogs.com/fengyishou/p/14585183.html