UNPKG

@usj/vue-components

Version:

VueJS components used internally by USJ

24 lines (15 loc) 220 B
# VueJS components used by USJ ## How-to install ``` npm install ``` ## How-to develop Run storybook to preview components ``` npm run storybook:serve ``` ## How-to build Build with Vue CLI ``` npm run build ```