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