@ulaval/modul-rich-text-editor
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-beta.8 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @ulaval/modul-rich-text-editor

Weekly Downloads

14

Version

1.0.0-beta.8

License

Apache-2.0

Unpacked Size

202 kB

Total Files

81

Last publish

Collaborators

  • pagag186
  • antoinedube
  • simardo
  • chuckmah