0.1.1 • Published 15 days ago

test-formily v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
15 days ago

test-formily

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save test-formily

Usage

import React, { Component } from 'react'

import MyComponent from 'test-formily'
import 'test-formily/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT ©

项目启动

需两个窗口分别执行以下命令 npm start # runs rollup with watch flag npm start # runs create-react-app dev server