quill

v2.0.0-dev.2
Your powerful, rich text editor
editor rich text wysiwyg

build

npm run lint && npm run build:webpack

build:webpack

webpack --config _develop/webpack.config.js; rm dist/quill.core dist/quill.bubble dist/quill.snow

build:release

./_develop/scripts/release.sh

lint

eslint blots core formats modules themes ui test

start

npm run build:webpack; bundle exec foreman start -f _develop/procfile

test

npm run test:unit

test:all

npm run test:unit; npm run test:functional

test:functional

./_develop/scripts/puppeteer.sh

test:unit

npm run build; karma start _develop/karma.config.js

test:coverage

webpack --env.coverage --config _develop/webpack.config.js; karma start _develop/karma.config.js --reporters coverage

travis

npm run lint && karma start _develop/karma.config.js --reporters dots,saucelabs

Metadata

Downloads

Maintainers