Daniel Groh
Daniel Groh
@sebrojas14 **i18n** is as good as gettext, except the fact there are a few issues if you are working with **sass** instead of **css** which I'm trying to fix right...
can someone post a proper solution for this and properly described?
still an issue? I tried `new webpack.HotModuleReplacementPlugin()` and also `hot: true` but none worked for me... I use `"webpack-dev-server": "^2.11.1"` with `"webpack": "^3.11.0"`
Yes, it is the `v1.3`
Did you use Angular2 and has created a directive for that and initialized in as I did in the code snippet above? I'll create a repo to reproduce it and...
Hi, thanks.. So I tried both ways and that is what I got:  It's a hybrid app, so I cannot host it, that is why I need to create...
It would be nice if you could mention in the docs which version of node you use for development. We would also appreciate if you could put some milestone for...
@machour no, we dropped the usage because the editor seems not to be maintained.
Oh man, I love this pattern, I was using `export const overviewModule = getModule(OverviewModule);` which made my code untestable. Now I'm using: `Vue.prototype.$overview = getModule(OverviewModule);` And it works great.
My tests are working with this pattern, but something is still not correct the way I register the store, so that when I serve my application I get that $overview...