Slow Start Guide
Manual Installation
To get start with Muil you will need:
Run this line inside you root directory:
npm install --dev @muil/viewer
or
yarn add --dev @muil/viewer
In case you use Create React App you will to install also
babel-loader
Add these scripts to package.json:
"scripts": { ... "muil": "muil-viewer", "muil-cli": "muil-cli" },
Add templates folder in your root directory
root directory ├───src │ ├───components │ │ ├───Component1.js │ │ ├───... │ │ └───ComponentN.js └───templates ├───Template1.template.js └───Template2.template.js