@aboot/web 中文文档教程

发布于 3年前 浏览 18 项目主页 更新于 3年前

appboot-web

AppBoot 的 Web 框架

NPMJavaScript 风格指南

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

appboot-web

The web framework of AppBoot

NPMJavaScript Style Guide

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
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文