0.4.2 • Published 6 years ago
lrct v0.4.2
L's React Component Template
What's included:
Available Scripts
start
Start the storybook server, used for standalone development.
watch
Watch src and compile with babel and tsc to dist, used for integration development.
dist
Compile using babel and tsc into dist, ready to be deployed.
deploy
Build storybook static page and deploy it via gh-pages.
publish
Bump version and publish dist to remote registry.
Integration Example
import { Footer } from 'lrct/dist/components/Footer'
render(<Footer>Hello</Footer>)Usage with monorepo (lerna)
It should work out of the box