1.0.1 • Published 6 years ago
allen-ui v1.0.1
开发文档
npm run dev开发环境npm run build开发环境npm run deploy部署
开发环境
- vscode、npm、webpack、eslint、prettier
FeatureList
- 输出
umd格式文件,允许它和CommonJS/AMD/全局变量一起工作 - 组件库支持按需加载,需要
babel配置babel-plugin-component插件 babel7\corejs3\runtime垫片、babel polyfill按需编译、不污染全局
踩坑记录
Vue配置为externals,打包时候排除掉、需要使用者自己安装
//webpack.deploy.js
externals: {
vue: {
root: 'Vue',
commonjs: 'vue',
commonjs2: 'vue',
amd: 'vue'
}
}
//packgage.json
peerDependencies: {
"vue": ">2.6.10"
}TODOList
- 利用
rollUp提供esm包(webpack输出格式不支持esm)、方便使用者利用webpacktree shaking特性