A working example of building Quill as part of a larger application build pipeline using Webpack.
Install dependencies:
npm installRun webpack in watch mode:
npm run watchBuild the code:
npm run devThe code will be built to the dist directory. Open dist/index.html in a browser to see the result.
MIT