0.1.0 • Published 3 years ago

rehau-design-system v0.1.0

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

rehau-design-system

START

Install

yarn
# OR
npm install

Vue/cli

yarn global add @vue/cli
# OR
npm install -g @vue/cli

Start

Create a local server

yarn run serve

Starts Storybook in development mode

yarn storybook

Packing in a box

Seeing the package.json, it has some commands to build the library in the dist folder depending of the distribution way.

chromatic

yarn run chromatic

Publish to npm

If it's ready, now publish to the public NPM repository or a private if case. Remember to login (npm login) with your npm credentials

npm publish