@dgpholdings/rich-editor
v1.0.13
Published
- `npm i -S @dgpholdings/rich-editor` or - `yarn add @dgpholdings/rich-editor`
Downloads
1
Readme
Install
npm i -S @dgpholdings/rich-editor
oryarn add @dgpholdings/rich-editor
To update
npm install @dgpholdings/rich-editor@latest
Initial publish
npm publish --access public
to let npm know that this not a private but a public package otherwise we will get npm error code E403
error
Developers guide
git add -A
thengit commit -m 'some message'
andgit push
npm run pub
this will publish this package to the npm registry- In the consumer project
npm install @dgpholdings/rich-editor@latest
to update the package - We are building this app using webpack, webpack is only meant for development purposes like HMR, loaders, running development react app, etc