yarn
# OR
npm install
Vue/cli
yarn global add @vue/cli
# OR
npm install -g @vue/cli
Create a local server
yarn run serve
Starts Storybook in development mode
yarn storybook
Seeing the package.json, it has some commands to build the library in the dist folder depending of the distribution way.
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