0.2.0 • Published 6 years ago
v-editor v0.2.0
v-editor
[(https://img.shields.io/github/issues/David Royer/v-editor.svg?maxAge=2592000)](https://github.com/David Royer/v-editor/issues)
[
(https://img.shields.io/github/license/David Royer/v-editor.svg)](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
msgString (optional)
Installation
npm install v-editorProject setup
yarn installCompiles and hot-reloads for development
yarn run serveCompiles and minifies for production
yarn run buildRun your tests
yarn run testLints and fixes files
yarn run lintCustomize configuration
Update the API section of README.md with generated documentation
yarn run doc:build