sample-vue-library A sample vue library with jest unit tests, and storybook setup Project setup yarn install Compiles and hot-reloads for development yarn serve Compiles and minifies for production yarn build Run your unit tests yarn test:unit Lints and fixes files yarn lint Bundle the application as a library yarn bundle Run the library as a volume mounted container via docker-compose yarn compose Serve up story book on port 6006 yarn storybook:serve