Readme.MD文件. 类似于一个包的使用手册 , 里面介绍了整个项目的使用、功能等等. 

md是Markdown的缩写,其实READEME就是使用Markdown编写的。

 

Markdown的语法这边推荐简书上的一篇博客:https://www.jianshu.com/p/191d1e21f7ed

推荐在线Markdown编辑器:https://dillinger.io/,把内容清空之后就能在线练习了。


下面是vue-cli生成的Readme.MD的一个样例:

# books

## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).

  

相关文章:

  • 2021-09-22
  • 2022-12-23
  • 2021-08-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-23
猜你喜欢
  • 2021-10-14
  • 2022-12-23
  • 2021-05-23
  • 2022-01-31
  • 2022-12-23
  • 2021-12-09
  • 2021-10-25
相关资源
相似解决方案