bencodezen / vue-enterprise-boilerplate

An ever-evolving, very opinionated architecture and dev environment for new Vue SPA projects using Vue CLI.
7.77k stars 1.32k forks source link

Live refresh data not working even refreshing browser #95

Closed hjJunior closed 5 years ago

hjJunior commented 5 years ago

For some reason my application doesn't refresh automatically, My application don't even refresh using browser, so unique way to get new editions is stoping the method dev and running again So sorry, I don't know if is a problem when a application is growing with Vue Cli 3, actualy my application I didn't have done much things, I just created just 2 more _base-components and edited the login view, by the way I'll provide a repo

hjJunior commented 5 years ago

So here u can find the repo The problem happens when I edit the file src/router/views/login.vue I just got to see the changes if I stop the application and run again

hjJunior commented 5 years ago

So for example changing

-<BaseCheckbox label="Text here" />
+<BaseCheckbox label="New Text here" />
chrisvfritz commented 5 years ago

Thanks for reporting the issue and providing a reproduction. 🙂 Could you also provide the versions for your operating system, Node, and Yarn?

hjJunior commented 5 years ago

Of course, I'm realy glad for your project, its amazing ;)

Running on Linux (Ubuntu 18)

hjJunior commented 5 years ago

@chrisvfritz did you got to reproduce it?

chrisvfritz commented 5 years ago

No, I haven't been able to unfortunately. I've tested with these exact versions of Node, NPM, and Yarn (though not on Ubuntu 18 yet), but didn't see the problem. 😕

andthomas commented 5 years ago

@hjJunior are you sure you're running the project from the right directory, and that you don't have another version of the project that you're editing?

hjJunior commented 5 years ago

I don't know the why, but upgrading to yarn 1.10.1 its works

chrisvfritz commented 5 years ago

Glad it resolved itself! 🙂