A minimalistic framework for demonstrating Vue components, inspired by react-storybook. Version 3.2.1 is the latest stable release, but the package is effectively unmaintained since 2017 and no longer works with modern Vue 2+ or Node versions. It was a precursor to tools like Storybook for Vue. Key differentiator: lightweight, zero-config setup for component demos, but limited to Vue 2 and outdated build tooling (vbuild).
npm install vue-playNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates how to define a component demo with two scenarios using render functions.
Migrate to Storybook for Vue (https://storybook.js.org) or Vue's own component playground.
Use 'import { play } from 'vue-play'' instead of 'import play from 'vue-play''.Always return a VNode from the scenario function: 'add('name', () => h(Component))'Run 'npm install vue-play' and use 'import { play } from 'vue-play''Install the package: npm install vue-play --save-dev
No dependency data recorded yet.