plopjs.com/ github.com/hapijs/joi restify.com/ docs.sequelizejs.com/ they r not vue related, but they r awesome tools :) keep on goin with ur good videos!
@Operaatoors5 жыл бұрын
Vuex sometimes is an overkill, so I’ve used Vue-Stash instead. This one is very simple global state manager. Only thing that lacks is it does not show up in dev console as vuex does
@thiagosouto72295 жыл бұрын
Hey mate, can you do a video on the vuepress plugins?? Specially the MathJax, It uses Latex on inline text within the markdown. I've install the plugin but It doesn't seem to work very well. For It would be huge just to enter the inline Latex. Thanks.
@cellocarlos5 жыл бұрын
I just can't understand why vue isn't more popular. It is the best javascript framework so far
@rajashekhar4335 жыл бұрын
Help me in how to take the screenshot of the webpage by using vue JS
@dgbits4 жыл бұрын
Dear Erik this kind of videos is really nice for new comers to get introduce about different libraries and sources for their vue projects.
@brylie5 жыл бұрын
I bought your book yesterday. Thanks for your great work to help the Vue community grow. You rock! 😎
@ProgramWithErik5 жыл бұрын
Brylie Christopher Oxley thanks!
@logang8655 жыл бұрын
When writing Vue components do you know of a way to reference external template files instead of having to use the string literals? This has came up when I am adding some Vue code to an existing ASP.NET application.
@ojsojs60045 жыл бұрын
There is actually a vue extension file component. But that can be done with babel and web pack.