Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 582 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 582 Bytes

vue-unstyled-components

Contribute

⚠️
You should have node and yarn available on PATH.

Install dependencies.

yarn

We're using Storybook to render and document components + their alternatives. It serves at http://localhost:3000/ and watches components + their stories.

To start storybook use NPM Script dev.

yarn dev

To bundle down components to CommonJS ES5 modules use NPM Script build.

yarn build

License

Released under MIT license. You can see it here.