currently learning vue
, just learned to use vue-cli
to start development, but I found that scaffolding pages written with reference to vue-cli
(that is, .vue file
under src/components/
) will all be packaged in a js file, so if there are many pages, won"t it be slow to enter for the first time?
I want to learn further. How can I separate these pages? Preferably one js per page
ps. The scaffolding I built does not contain a compiler. Is it necessary to include it?