README
v-editor
[](https://github.com/David Royer/v-editor/issues)
[](https://github.com/David Royer/v-editor/blob/master/LICENSE)
Usage
<VEditor :text="hello"></VEditor>
import { VEditor } from 'v-editor'
export default {
components: {
VEditor
}
}
API
v-editor
props
msg
String (optional)
Installation
npm install v-editor
Project setup
yarn install
Compiles and hot-reloads for development
yarn run serve
Compiles and minifies for production
yarn run build
Run your tests
yarn run test
Lints and fixes files
yarn run lint
Customize configuration
Update the API section of README.md with generated documentation
yarn run doc:build