The React’s lack of scoped CSS annoyance made me want to try Vue.js, which solves this problem right out of the box. And so far, I’m liking this framework quite a lot, I must admit. The idea of single file components pleases me greatly.
This morning I stomped over a problem: I was generating a build release to run under a non-root directory in my web server, and the application was getting lost by searching the files at the server root.
Fortunately I’m using vue-cli v3, actually 3.0.0-rc.3, which has quick solution, as I found here.
No comments:
Post a Comment