# slate-vue
**Repository Path**: jsdhxkj/slate-vue
## Basic Information
- **Project Name**: slate-vue
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-08-01
- **Last Updated**: 2024-08-01
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Slate-vue
[](https://github.com/marsprince/slate-vue/actions?query=workflow%3ATest)
[](https://www.npmjs.com/package/slate-vue)
[](https://unpkg.com/slate-vue/dist/index.es.js)
An implement for [slate](https://github.com/ianstormtaylor/slate) supported vue2 and vue3(in development). Most of the slate-react's components can be easily migrated by no code change.
All slate-react's example is supported now.
For principles's question, Please read slate's [docs](https://docs.slatejs.org/) first!
## Install
in npm
```javascript
npm install slate-vue
```
in yarn
```javascript
yarn add slate-vue
```
## Usage
import
```javascript
import Vue from 'vue'
import { SlatePlugin } from 'slate-vue';
Vue.use(SlatePlugin)
```
use
```vue
```
See full vue2.x document in [slate-vue](https://github.com/marsprince/slate-vue/tree/master/packages/slate-vue)
## Examples
See all examples in [online example](https://marsprince.github.io/slate-vue).
See all example code in [pages](https://github.com/marsprince/slate-vue/tree/master/site/pages)
## Issues
You can use this [codesandbox template](https://codesandbox.io/s/2984l) to reproduce problems.
## Environment Support
| [
](http://godban.github.io/browsers-support-badges/)
IE / Edge | [
](http://godban.github.io/browsers-support-badges/)
Firefox | [
](http://godban.github.io/browsers-support-badges/)
Chrome | [
](http://godban.github.io/browsers-support-badges/)
Safari |
| --- | --- | --- | --- |
| testing | testing | 86.0+ | testing |
## License
[MIT](LICENSE) © marsprince