webpack-example
webpack-example copied to clipboard
Quill Webpack Example
A working example of building Quill as part of a larger application build pipeline using Webpack.
Usage
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.
License
MIT