@madoc/component-repl
v0.1.1
Published
Madoc Repl Component
Downloads
14
Maintainers
Readme
@madoc/component-repl
Madoc is a MArkdown DOCumentation Framework.
It will help your generate a static documentation website.
This component adds coding capability inside the browser using Codemirror and iframes.
# Install dependencies
npm install --save-dev @madoc/component-repl
Then add this in a addons/index.ts file of your project.
// Addons
import MadocComponentRepl from '@madoc/component-repl';
export default [
MadocComponentRepl
];