Skip to content

Slimpak/storybook-vue3-rollup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

storybook-vue3-rollup

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.

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published