Hi, I've been testing the nuxt for this week. I've created a simple page with background and some texts just to test it. I've found the compiling process too slow. So, I've created the same project using vue webpack template, below are the results.
Using nuxt with the starter template DONE Compiled successfully in 8307ms
Using vue webpack template DONE Compiled successfully in 1068ms
As you can see, it is 8 times slower.
Does anyone know why I'm getting this. Does anyone also get similar results? What I could do to speed it up?
Cheers
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1145">#c1145</a>)</em></sub></div>