1.2.3 • Published 1 year ago

@snippetors/vuepress-plugin-code-copy v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

vuepress-plugin-code-copy

npm downloads license

This plugin is inspired by vuepress-plugin-code-copy, but for Vue 3.x and VuePress 2.x

VuePress is evolving rapidly, and there's no stable version yet. This plugin is only tested with VuePress version 2.0.0-beta.60

Documentation

https://snippetors.github.io/plugins/vuepress-plugin-code-copy

Install

This plugin requries VuePress>=2.0.0

yarn add -D @snippetors/vuepress-plugin-code-copy
// .vuepress/config.js
import codeCopyPlugin from '@snippetors/vuepress-plugin-code-copy'

export default {
  plugins: [
    codeCopyPlugin(options),
  ],
}

License

MIT

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.1

2 years ago

1.1.2

2 years ago

1.1.0

3 years ago

1.0.0

3 years ago