-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, vux-loader is coming soon #706
Comments
大神威武,期待vux@2.x |
终于等到你,还好我没放弃 - vux@2x |
什么时候发布啊?又等了几天了。 |
Repository owner
locked and limited conversation to collaborators
Dec 27, 2016
Move to #715 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
vux!vue
hack into vue-loader配合 vux 2.x 把内部使用的工具
vux-loader
也开源。主要作用是可以对vue-loader
处理后的代码进行自定义处理。vux-loader不是为vux组件专门设计的,它是针对vue+webpack项目的工程化工具,简化了webpack插件和loader的使用和编写,支持在vue-loader之后进行自定义代码处理,同时内置对vux组件专用的配置和优化插件。
下面为第一版文档草稿,如果你在vue+webpack的项目上遇到不好解决的工程问题,可以提出来讨论讨论。
安装
将和
vux@2.x
一起发布到npm,请等待几天。使用
使用vux-loader的merge方法在原有webpack配置上添加vux插件(
适用于webpack@1.x同时支持webpack@1.x 和 webpack@2.x)内置插件
i18n 支持
vux js 源码babel编译
之前需要自己配置,现在直接内置在vux-loader里了
vux组件引入解构
原来使用
import {Group, Cell } from 'vux'
会导致打包资源太大,而单独引入也比较繁琐,因此使用vux-loader后可以轻松很多妈妈再也不担心我写那么多代码了
script-parser script代码替换处理
style-parser style代码替换处理
template-parser template代码替换处理
template-parser
replace
方法进行替换插件配置:
less 变量设置和替换
插件配置:
css 重复代码清除
构建完成提醒(仅mac可用)
使用即将开放的
暂时不公开名字
推送服务。当进行一个耗时很长的项目构建时,可以使用该插件在构建完成得到系统推送通知。趁此时间,可以放放羊,看看文章,妈妈再也不用担心我几分钟无聊地盯着构建界面了。html文件处理事件回调
构建文件生成事件回调
构建完成事件回调
自定义loader
可以针对template, style, script 指定自已编写的loader
The text was updated successfully, but these errors were encountered: