oneteam-rte
v2.2.18
Published
Oneteam Rich Text Editor.
Readme
oneteam-rte 
Oneteam Rich text editor.
yarn add oneteam-rte
# or
npm i oneteam-rteContributing
- Fork it!
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request :D
We using Yarn .
yarn # install dependency modulesTo compile a file every time that you change it:
npm run watchStart development server for example
npm start
open http://localhost:8008Update dependencies
yarn upgrade [package | package@tag | package@version | @scope/]... [--ignore-engines] [--pattern]
# or
yarn upgrade-interactive [--latest]Publish new version
git checkout master
npm run bump-patch-numberLicense
MIT
© Oneteam Inc.
