会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Code_You
新随笔
管理
2021年1月14日
Webpack 和 Vite 模块自动化导出
摘要: 在modules(例如:vuex, route的模块化)的index.js中键入以下代码可以自动化导出文件夹内全部模块 webpack const files = require.context('.', false, /\.js$/) const modules = {} files.keys()
阅读全文
posted @ 2021-01-14 10:06 demo_you
阅读(385)
评论(0)
推荐(0)
编辑
公告