Simplifying Vue file structure: Help with Vue & Vite
P粉1741519132023-08-25 23:15:00
0
1
665
<p>I just created my first Vue application using the Vite packaging tool. I am used to using the Webpack packaging tool and Vue CLI to create Vue projects, which can directly generate the folders and files of VueX and Vue Router. However, when I create a Vue application using Vite, I only get a minimal folder structure. </p>
<p>Is there a way to automatically generate files for VueX and Vue Router in Vite? </p>