Skip to content

Files

Latest commit

9d8bac0 · Jun 26, 2018

History

History
43 lines (29 loc) · 735 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 735 Bytes

TypeScript React Component

中文文档 Fastly start developping your react component with TypeScript and Rollup.

Getting Started

git clone https://github.com/hifizz/ts-react-component.git awesome-componet
cd awesome-componet
git remote rm origin

Install

yarn install

Build

yarn build

Publish

npm login
npm publish

Config

This project use rollup to bundle & output your component what you want.Rollup is realy easy with rich zoology. Love it.

Configuration is easy. The Rollup config docmentation is here: docs.

TODO

  • [] docmentation for package.json props mean.
  • [] jest for test.
  • [] ci config