there is usually a fixed process when developing a SPA like Vue, such as scaffolding to generate npm dependencies, then install dependencies, personalize Webpack configuration, jslint configuration, and then start writing components and so on.
what are the processes for developing traditional pages (non-SPA)?
what we learned in school and online video is to manually introduce css,js, and then write html, directly in the editor and then open the browser to run the test. is this process out of date? (because sometimes the header and footer parts of a web page are common, without a back-end template engine, we all have to manually copy and paste this part. If you want to modify the html, of header or footer, you also need to modify one file after another. I"m sure there are more scientific and reasonable development processes and more convenient tools, such as Baidu"s FIS3, etc., but I"m still reading the documentation to learn) , ask senior front-end engineers to share your development process and tools, or there are relevant practical tutorials can also be recommended to us. Thank you!