-
Updated
Jul 13, 2020 - JavaScript
vue-loader
Here are 79 public repositories matching this topic...
-
Updated
Nov 27, 2017 - Vue
-
Updated
May 8, 2018 - JavaScript
集Vue+TyleScript+Webpack+...开发的资源流水线
Vue+
Vue是东西呢?http://cn.vuejs.org/
从Vue2.0开始吧,之前有用过Vue1.0+。
由尤雨溪开发并维护的前端框架,在这两年2015、2016国内大大被重用和提起。
在国内有些大公司已经引进Vue来处理业务:
UC浏览器、稀土掘金、
滴滴, 还出了一本书 Vue.js 权威指南
饿了么,开源了一个基于Vue的UI库 GitHub - ElemeFE/element: Desktop UI elements for Vue.js 2.0
阿里的 weex GitHub - alibaba/weex: A f
-
Updated
Mar 19, 2020 - JavaScript
The problem
nuxt-i18n creates an augmented VueI18n instance in this.$root.$i18n and expects vue-i18n to use it as value in _i18n (https://github.com/kazupon/vue-i18n/blob/d28e3b25d9bd9eac51fc3714a4a2940772d85c3d/src/mixin.js#L69)
But when one uses custom i18n blocks in the component with vue-i18n-loader, it fills this.$options.__i18n in the component which is picked up by https://github
-
Updated
Mar 15, 2020 - TypeScript
-
Updated
Jun 6, 2020 - Vue
-
Updated
Jul 14, 2020 - JavaScript
无法 import TransferDomDirective
报错信息:
完整demo见:
https://github.com/hooraygith/vux-loader-test
.babelrc 配置如下:
{
"presets": [
["@babel/preset-env", {
"useBuiltIns": "usage",
"modules": false
}]
]
}
将 useBuiltIns 和 `mo
-
Updated
Mar 22, 2018 - JavaScript
-
Updated
Jul 8, 2020 - JavaScript
-
Updated
Jan 14, 2018 - Vue
-
Updated
Aug 15, 2017 - Vue
-
Updated
Jul 22, 2016 - JavaScript
-
Updated
Oct 13, 2019 - JavaScript
-
Updated
Feb 18, 2017 - JavaScript
-
Updated
Apr 5, 2017 - JavaScript
-
Updated
Mar 1, 2017 - Vue
-
Updated
Aug 15, 2018 - JavaScript
-
Updated
Dec 29, 2019 - JavaScript
-
Updated
Jul 10, 2020 - JavaScript
-
Updated
Jun 6, 2020 - CSS
-
Updated
Jan 3, 2018 - JavaScript
-
Updated
May 12, 2018 - Vue
-
Updated
Dec 30, 2018 - Vue
Improve this page
Add a description, image, and links to the vue-loader topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vue-loader topic, visit your repo's landing page and select "manage topics."

I guess it might be worth mentioning somewhere (eg requirements) that for vue-cli 3 this requires
{ compiler: true; }in
vue.config.js- see https://github.com/vuejs/vue-cli/blob/dev/docs/config.md...to save other people the same head-scratching and frustration that I had.
Otherwise you'll get "You are using the runtime-only build of Vue where the template compiler is not av