V6R

Results 11 comments of V6R

Hi, I recommend you to use code from here: https://github.com/Metnew/neural-finance/tree/31a87647322302dbd133a9891827fd1ec7d52a3a I currently have some plans on this repo, sure, that docs/info will be available in next few days.

Yes, sure.

It's my bachelow degree project, so repo will be maintained and some positive results will be too.

Updates will be soon, guys :) The project is targeting cryptocurrencies now

Hi @BlueDi! I haven't been visiting this repo for a while. Could you explain what does your comment mean? As I understand, removing this import will broke production build?

@BlueDi, thanks, I'll take a look asap

Hi @BlueDi, I've cloned the repo and then build from scratch both dev and prod. It works without any tweak, I guess the issue is on your side. Could you...

Hi @riramar, whoa that looks interesting. I'm not familiar with ~~Edge~~ IE security model, but I promise I'll take a look at the provided info

Hi, thanks for your issue! Yes, it really was a configuration issue in `build/config.js`. It was fixed in 346a18d7d95a4e322be53e9543ad105b5bec9444.

Yes, Webpack has tree-shaking and other tools to minimize bundle. The whole element-ui is include in vendor.js file. So, the best way to minimize bundle is code-splitting + lazy-loading. Another...