directory

  • We can see that there is an index. HTML that holds globally unique HTML

  • Fonts are components that I use with Element,
  • CSS is the CSS used in the project. Webpack will pack the CSS files into the CSS directory. Css. map file is the source map file, which is an information file, storing location information. The purpose is to help debug compressed CSS code.
  • The.js.map file under the js folder is still the Source map file, which is convenient for us to debug THE JS code during development.
  • The app.js file contains the logical code for each page in the project
  • Vendor.js puts some code common to each component on each page