vue-styleguidist

Created from react styleguidist for Vue Components with a living style guide

MIT License

Downloads
3.8M
Stars
2.4K
Committers
123

Bot releases are hidden (Show)

vue-styleguidist - [email protected]

Published by elevatebart almost 2 years ago

Patch Changes

vue-styleguidist - [email protected]

Published by elevatebart about 2 years ago

Patch Changes

vue-styleguidist - [email protected]

Published by elevatebart about 2 years ago

Patch Changes

vue-styleguidist - [email protected]

Published by elevatebart about 2 years ago

Patch Changes

vue-styleguidist - [email protected]

Published by elevatebart about 2 years ago

Patch Changes

vue-styleguidist - [email protected]

Published by elevatebart about 2 years ago

Patch Changes

vue-styleguidist - [email protected]

Published by elevatebart about 2 years ago

Patch Changes

vue-styleguidist - [email protected]

Published by elevatebart about 2 years ago

Patch Changes

vue-styleguidist - [email protected]

Published by elevatebart about 2 years ago

Patch Changes

vue-styleguidist - [email protected]

Published by elevatebart about 2 years ago

Minor Changes

vue-styleguidist - [email protected]

Published by elevatebart about 2 years ago

Patch Changes

vue-styleguidist - [email protected]

Published by elevatebart about 2 years ago

Patch Changes

vue-styleguidist - [email protected]

Published by elevatebart about 2 years ago

Patch Changes

vue-styleguidist - [email protected]

Published by elevatebart about 2 years ago

Patch Changes

vue-styleguidist - [email protected]

Published by elevatebart about 2 years ago

Minor Changes

vue-styleguidist - [email protected]

Published by elevatebart about 2 years ago

Minor Changes

vue-styleguidist - [email protected]

Published by elevatebart about 2 years ago

Minor Changes

Patch Changes

vue-styleguidist - [email protected]

Published by elevatebart about 2 years ago

Minor Changes

Patch Changes

vue-styleguidist - [email protected]

Published by elevatebart about 2 years ago

Minor Changes

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.45.0 (2022-04-29)

Note: Version bump only for package vue-docgen-cli

vue-styleguidist - v4.0.0

Published by elevatebart almost 5 years ago

In vue-styleguidist

  • Entire rewrite in typescript
  • Defaults have changed to:
    • simpleEditor, the prism based editor is now the editor by default
    • codeSplitting is now by default and lazy loads the compiler
  • Add a ProgressPlugin that one can disable using progressBar option
  • Add hover on rows for default table style
  • Review design of props/events/methods and slots
  • Show bindings for scoped slots

In vue-docgen-api

  • vue-docgen-api is now fully async
  • all members of the output documentation object are now array as suggested by @octref and confirmed by @shilman and @demsking
  • @values: docgen now parses a new tag for props. Use this tag to document the accepted values for a prop.
  • for scoped slots, add possibility to describe the bindings
  • returning now the exportName of the documented component. If you use
export const MyButton = {
  template:'<button>hello</button>'
}

exportName will be "MyButton"

New vue-CLI plugin for vue-docgen-cli

If you want to install vue-docgen-cli and make it part of your Vuepress documentation in a vue-CLI project, just type vue add docgen and there you have it with even an integration with the vue-ui

Update of react-styleguidist to 10.0.0

Package Rankings
Top 0.76% on Npmjs.org
Top 6.73% on Proxy.golang.org
Badges
Extracted from project README
Lint & Test