# 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 [![Build Status](https://img.shields.io/github/workflow/status/marsprince/slate-vue/Test)](https://github.com/marsprince/slate-vue/actions?query=workflow%3ATest) [![NPM Version](https://img.shields.io/npm/v/slate-vue?color=brightgreen)](https://www.npmjs.com/package/slate-vue) [![NPM Size](https://img.shields.io/badge/gzip-36kb-brightgreen)](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 | [Edge](http://godban.github.io/browsers-support-badges/)
IE / Edge | [Firefox](http://godban.github.io/browsers-support-badges/)
Firefox | [Chrome](http://godban.github.io/browsers-support-badges/)
Chrome | [Safari](http://godban.github.io/browsers-support-badges/)
Safari | | --- | --- | --- | --- | | testing | testing | 86.0+ | testing | ## License [MIT](LICENSE) © marsprince