Visual Studio 不完全指南
WARNING
🚧 文档施工中
在线阅读
本项目托管在 GitHub Pages 上,可以通过 https://vs.yanjinli.fun/ 在线阅读。
本地部署
首先确保你的电脑上已经安装了 Node.js
和 yarn
。
在终端中依次执行以下命令,若输出版本号,则说明你已成功安装:
shell
node -v
yarn -v # npm -v / pnpm -v
1
2
2
shell
git clone https://github.com/LightYourJourney/vs-tutorial.git
cd ./vs-tutorial
yarn install
yarn docs:dev
1
2
3
4
2
3
4
文档动态
参与贡献
欢迎对指南内容以及网站源码做出贡献,也欢迎对本指南的上游文档做出贡献。
版权说明
文档以 Creative Commons BY-SA 4.0 协议发布。详情请见 LICENSE。