Skip to content

vue-unstyled-components/vue-unstyled-components

Repository files navigation

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.