gift-card-admin-ui Project setup yarn install Compiles and hot-reloads for development yarn serve:storybook Provide this library to another frontend # 1. code your feature # 2. export your new component on index.js # 3. build your changes $ yarn build # 4. create a local link $ yarn link # 5. to consume it, run this on the other project: $ yarn link "pegasus-vue-components" Compiles and minifies for production yarn build:storybook Lints and fixes files yarn lint Tests yarn test yarn test:watch Customize configuration See Configuration Reference.