@aboot/web 中文文档教程
appboot-web
AppBoot 的 Web 框架
Install
npm install --save appboot-web
Usage
import MyComponent from 'appboot-web'
import 'appboot-web/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
publish
yarn publish --access public
更多