You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the official npm init @vitejs/app to create the project and select Vue template. npm install downloads the dependency, and then npm run dev starts the project.
Reproduction
System Info
vite version: '^2.0.0-beta.65'
Operating System: win 10 professional x64
Node version:' v12.13.0
Package manager (npm/yarn/pnpm) and version: '6.12.0
Logs (Optional if provided reproduction)
The text was updated successfully, but these errors were encountered:
After a search, it seems that there is a problem with static resource loading. However, after I have created the project according to the document, I have not done anything after the installation, and I have not modified any configuration. When I start, I will report an error. I have tried to install the image of npm and cnpm.
Describe the bug
I use the official
npm init @vitejs/app
to create the project and selectVue template
.npm install
downloads the dependency, and thennpm run dev
starts the project.Reproduction
System Info
vite
version: '^2.0.0-beta.65'Logs (Optional if provided reproduction)
The text was updated successfully, but these errors were encountered: