Can we make vue.js application without .vue extension component and webpack?

后端 未结 4 722
执笔经年
执笔经年 2020-12-02 13:43

Note: Can we write vue.js large application without using any compiler for code like currently i see all example use webpack now to make vue.js code compatible for b

4条回答
  •  被撕碎了的回忆
    2020-12-02 14:11

    I have started learning vue.js also and I am not familiar with webpack and stuff and I also wanted to still separate and use .vue files as it makes management and code cleaner.

    I have found this library: https://github.com/FranckFreiburger/http-vue-loader

    and a sample project using it: https://github.com/kafkaca/vue-without-webpack

    I am using it and it seems to work fine.

提交回复
热议问题