Skip to content

1.0.0

Compare
Choose a tag to compare
@hefangshi hefangshi released this 29 Jun 09:40
· 124 commits to master since this release

支持前端同构脚本加载,例如

import App from 'home:page/index/server.js'
import * as React from 'home:node_modules/react/react.js'

可以用于诸如 React 前后端同构渲染架构的功能开发 DEMO