Closed sfc9982 closed 1 year ago
Every time you change a .vue file you have to recompile the project. That can be done with npm run build
or setting up a development environment.
How to setting up a development environment? I use npm run dev but got a blank page.
should be fixed the basic configuration now, try to pull and restart the dev server
I want to enablel hot reload while adding new contents, but changes applied on .vue file cant apply to server realtime.