The above three do not need to be created manually. One is the dist automatically generated by packaging, the other is node_modules that is available when installing dependencies, and the other is automatically generated by adding git.git
This is created manually
This can be created manually or from the command line$ npm init
If you find it troublesome, you can use scaffolding vue-cli
The above three do not need to be created manually. One is the dist automatically generated by packaging, the other is node_modules that is available when installing dependencies, and the other is automatically generated by adding git.git
This is created manually
This can be created manually or from the command line
$ npm init
If you find it troublesome, you can use scaffolding vue-cli
markdown syntax written by myself
If you use Sublime, the Sublime-DirStructure plug-in is specially used to generate and edit the directory structure in the document.
You can try it if you are interested.
In
Out
tree
commandhttps://www.baidu.com/s?wd=tree
Generally speaking, it will be automatically generated using scaffolding, which is more convenient and error-free
You mean how to write a readme file?