936424049a
代码提交
899 B
899 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 |
|
Welcome to this site. This site is created . 欢迎来到这里。code-docs
使用
- Git_.Git安装
- Node (version 12 or greater)_.Node版本在12以上
- https://github.com/Chuyaoyuan/code-docs.git (git pull)_.使用Git下载代码
- 在工程目录下安装Node依赖.
npm install 或 cnpm install
- 运行一下.
npm run serve
