0.1.3 • Published 7 years ago

react-ui-component-template v0.1.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

React UI Component Template

bI?

Template for rapid development of React component/library as a standalone package.

Features

  • Modern JavaScript features (ES6+)
  • Styling with SCSS and PostCSS
  • The best developer experience with Storybook
  • Testing with Jest
  • Building assets with Webpack

Install

git clone git@github.com:Noviel/react-ui-component-template.git

Quick start

  1. Modify package.json corresponding to your project (name, author, repository, e.t.c)
  2. Create your awesome component in src/components/MyAwesomeComponent
  3. yarn storybook to launch storybook
  4. Write some tests
  5. yarn lint
  6. yarn test
  7. yarn build will produce built files dist/index.js and dist/style.css, which you can include in other projects:
import React from 'react';
import { MyAwesomeComponent } from 'my-ui-lib/dist';
import 'my-ui-lib/dist/style.css';

console.log(<MyAwesomeComponent />);
0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago