@richscripts/create-richtexteditor
v1.0.0
Published
Scaffold a working RichTextEditor example app for React, Vue, or Angular: npm create @richscripts/richtexteditor my-app -- --react
Maintainers
Readme
@richscripts/create-richtexteditor
Scaffold a working RichTextEditor example app in one command.
npm create @richscripts/richtexteditor my-app -- --react # React (Create React App)
npm create @richscripts/richtexteditor my-app -- --vue # Vue 3 (Vite)
npm create @richscripts/richtexteditor my-app -- --angular # AngularThen:
cd my-app
npm install # also copies the editor runtime into your static assets
npm start # (vue: npm run dev)Each template is a complete, runnable app with the editor wired in. The editor
runtime comes from @richscripts/richtexteditor
at install time, so scaffolded apps always get the current release.
- Live demos: https://richtexteditor.com/demos/
- Docs: https://richtexteditor.com/docs/
- Pricing / free community version: https://richtexteditor.com/pricing/
