0.1.0 • Published 4 years ago
rehau-design-system v0.1.0
rehau-design-system
START
Install
yarn
# OR
npm installVue/cli
yarn global add @vue/cli
# OR
npm install -g @vue/cliStart
Create a local server
yarn run serveStarts Storybook in development mode
yarn storybookPacking 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 chromaticPublish 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 publish0.1.0
4 years ago