0.0.9 • Published 7 months ago

vitepress-plugin-vue-repl v0.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

vitepress-plugin-vue-repl

install

npm i vitepress-plugin-vue-repl -D

config

// config.ts
import { VueReplMdPlugin } from 'vitepress-plugin-vue-repl';

export default defineConfig({
  markdown: {
    config: (md) => {
      md.use(VueReplMdPlugin)
    }
  },
})
// theme/index.ts
import Playground from 'vitepress-plugin-vue-repl/components/index.vue'
import DefaultTheme from 'vitepress/theme';

export default {
    ...DefaultTheme,
    enhanceApp(ctx) {
      ctx.app.component('VuePlayground', Playground);
    },
};

Usage

16940542830411694054282196.png

16940543340541694054333997.png

Code Editor Config

  • Monaco
  • CodeMirror

16969186209081696918620011.png

Vue Repl Config & imports

16970092462041697009246094.png

0.0.9

7 months ago

0.0.8

7 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago