@morpheme/editor
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-rc.7 • Public • Published

Morpheme Editor

Rich Text Editor Based on Vue 3 CKEditor.

Installation

via npm

npm i @morpheme/editor

via yarn

yarn add @morpheme/editor

via pnpm

pnpm i @morpheme/editor

Usage

<script setup lang="ts">
import {ref} from 'vue';
import VEditor from '@morpheme/editor';
import '@morpheme/editor/dist/style.css';

const content = ref('');
</script>

<template>
  <VEditor v-model="content" />
</template>

Documentation

View Editor documentation here.

License

MIT

Package Sidebar

Install

npm i @morpheme/editor

Weekly Downloads

404

Version

1.0.0-rc.7

License

MIT

Unpacked Size

36 kB

Total Files

23

Last publish

Collaborators

  • gravitano