A brief explanation of the Vue project directory

-> dist project file is packaged
-> node_modules the Node download dependencies
-> public public resources
-> src project source code
-> static static resources
.browserslistrc browser some settings
.editorconfig edit the settings
.gitignore git ignore the
babel. config.js babel syntax setting
package-lock.json locks the version number of the package during installation
package.json Detailed explanation of some packages
README.md About project
vue.config.js vue some settings

Published 11 original articles · praised 0 · visits 244

Guess you like

Origin blog.csdn.net/Douglas_Ryan_/article/details/104308325