Files
code-docs/blog/2021-04-26-use-code-docs.md
2021-04-26 22:30:18 +08:00

967 B

slug, title, author, author_title, author_url, author_image_url, tags
slug title author author_title author_url author_image_url tags
use-code-docs 使用VS Code写一篇文档 chuyaoyuan cyy https://github.com/chuyaoyuan https://s3.ax1x.com/2021/02/26/6SEr4g.jpg
hello
chuyaoyuan

Welcome to this site. 这是一篇关于如何创建文档的博客。开始阅读

使用

  1. Git_.Git安装
  2. Node (version 12 or greater)_.Node版本在12以上
  3. https://github.com/Chuyaoyuan/code-docs.git (git pull)_.使用Git下载代码
  4. 在工程目录下安装Node依赖.
npm install  或  cnpm install 
  1. 运行一下.
npm run serve

VS Code编辑

  1. file-open 打开编辑器,开始编写之旅. gp1R61.png
  2. done 结束.