Skip to content

0.8.0

Compare
Choose a tag to compare
@hefangshi hefangshi released this 23 Jun 12:08
· 91 commits to master since this release
  • 升级编译工具以更轻松的支持 npm 管理前端组件
// 启用npm管理前端组件
fis.enableNPM({
    autoPack: true // 使用autoPack可以自动将依赖的npm组件打包合并,
    npmBundlePath: '/client/pkg/npm/bundle.js',  // JS合并地址
    npmCssBundlePath: '/client/pkg/npm/bundle.css'  // CSS合并地址
});
  • 更轻松的与 react 结合,DEMO