v-editor

[![GitHub open issues](https://img.shields.io/github/issues/David Royer/v-editor.svg?maxAge=2592000)](https://github.com/David Royer/v-editor/issues) [![Npm version](https://img.shields.io/npm/v/v-editor.svg?maxAge=2592000)](https://www.npmjs.com/package/

Usage no npm install needed!

<script type="module">
  import vEditor from 'https://cdn.skypack.dev/v-editor';
</script>

README

v-editor

[![GitHub open issues](https://img.shields.io/github/issues/David Royer/v-editor.svg?maxAge=2592000)](https://github.com/David Royer/v-editor/issues) Npm version [![MIT License](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

  • 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

See Configuration Reference.

Update the API section of README.md with generated documentation

yarn run doc:build