0.0.33 • Published 7 years ago
mobibox-bloc-page v0.0.33
Titre de la page - Megadraft Plugin
Usage
Include the plugin in the plugins
prop of your Megadraft
instance.
import React from "react";
import ReactDOM from "react-dom";
import {MegadraftEditor} from "megadraft";
import MobiboxBlocPage from "mobibox-bloc-page";
class Example extends React.Component {
render(){
return (
<MegadraftEditor plugins={[plugin]} />
);
}
}
ReactDOM.render(<Example />, document.getElementById("container"));
Contributing
Install, run, test.
# Install npm dependencies
make setup
# Gulp dev-server task with webpack + sass running on http://localhost:8080/
make run
# Run mocha tests + eslint
make test
If you're constantly running tests, there's a faster alternative using mocha's watch feature:
make watch_unit
Releasing
There's a prepublish
script entry on package.json
that runs build tasks
before publishing the package.
npm publish
Third Party
The sample plugin uses the extension icon from https://design.google.com/icons/ under Apache License Version 2.0.
0.0.33
7 years ago
0.0.32
7 years ago
0.0.31
7 years ago
0.0.30
7 years ago
0.0.29
7 years ago
0.0.28
7 years ago
0.0.27
7 years ago
0.0.26
7 years ago
0.0.25
7 years ago
0.0.24
7 years ago
0.0.23
7 years ago
0.0.22
7 years ago
0.0.21
7 years ago
0.0.20
7 years ago
0.0.19
7 years ago
0.0.18
7 years ago
0.0.17
7 years ago
0.0.16
7 years ago
0.0.15
7 years ago
0.0.14
7 years ago
0.0.13
7 years ago
0.0.12
7 years ago
0.0.11
7 years ago