How to use Vue.js in Hexo (static site generator)?

I would like to use vue.js for parts of a template in hexo . How can I compile my .vue files to be used in my template (in dev and production)? I'm not talking about server side rendering, vue.js should work on the client side (but would also be an option).

+5
source share
1 answer

Website vue.js is built using hexo. You can check the source code: https://github.com/vuejs/vuejs.org

-1
source

Source: https://habr.com/ru/post/1262345/


All Articles