@modusoperandi/licit-capco
v1.0.0
Published
MO's Capco ProseMirror Plugin
Readme
CAPCO Plugin!
ProseMirror Based CAPCO Plugin
Getting Started
Getting repository
git clone https://portal.modusoperandi.com/bitbucket/scm/blademodules5/maw-licit.gitInstall dependencies
npm installTo build the distribution files
# At the working directory `mo-licit-capco`
npm run build:dist To build the capco pack
# At the working directory `mo-licit-capco`
npm packTo publish capco
# At the working directory `mo-licit-capco`
npm run publish:capcoTo load the styles in an Angular project: Either in angular.json, add "styles": [ "node_modules/@mo/licit-capco/dist/styles.css", ] OR in the default global CSS file src\styles.scss, add @import "~@mo/licit-capco/dist/styles.css"
Windows Specific
Use Git bash or Windows Power Shell to install build and run the project
