0.0.1 • Published 6 years ago
@bevitch/bevitch v0.0.1
Bevitch
Library with reusable UI components and directives for Vue.js applications
Project structure
/src- Main content (components and directives),/kitchen- Space for testing library. Typecd kitchenand follow instructions from README.md in this folder to use it,/dist- Directory with built library. To build library typenpm run build
Project setup
Installs dependencies
npm installCompiles and minifies for production
npm run buildBuilds production version of library with vue instance included
npm run build:inline-vueBuilds production version of library without vue instance
npm run build:no-vueRun your unit tests
npm run test:unitLints and fixes files
npm run lintBuilds storybook application with library documentation
npm run storybook:buildServes storybook application in development mode
npm run storybook:serveAdding new icons to NeIcon component
Add new svg icon (size: 150x150 ) to ../styles/icons-source and rebuild icon fonts with
npm run build:iconsSvg file name will be icon name. Please add new icons to icon list in stories in storybook.
0.0.1
6 years ago