1.0.0-beta.8 • Published 5 years ago

@ulaval/modul-rich-text-editor v1.0.0-beta.8

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 years ago

modul-rich-text-editor

Installation

Prérequis

  1. Avoir un projet MODUL bien configurer Voir ce répertoire.

  2. Installez la dépendance

npm install @ulaval\rich-text-editor@latest --save
  1. Installez le plugin
import { RichTextLicensePlugin } from '@ulaval/modul-rich-text-editor/dist/components/rich-text-editor/rich-text-license-plugin';

Vue.use(RichTextLicensePlugin, { key: `test`, curlang: FRENCH });

Utilisation en mode global

https://fr.vuejs.org/v2/guide/components-registration.html#Creation-globale

Utilisation en mode local (avec code splitting)

https://fr.vuejs.org/v2/guide/components-registration.html#Creation-locale