Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 400 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 400 Bytes

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