vue-styleguidist

v4.72.4
Vue components style guide generator

compile

pnpm run compile:babel && pnpm run typings

compile:babel

babel --delete-dir-on-start src/ --ignore **/__tests__,**/*.spec.* -d lib/ --extensions .js,.ts,.tsx,.jsx

compile:watch

concurrently "pnpm compile:babel --watch" "pnpm typings --watch"

typings

tsc --emitDeclarationOnly -p ./tsconfig.build.json
npm i vue-styleguidist

Metadata

  • MIT
  • >=10
  • Bart Ledoux
  • released 5/18/2023

Downloads