From 0b978c9c14fea352ee7749246202f2d07c3711e5 Mon Sep 17 00:00:00 2001 From: Kapil Garg Date: Wed, 15 Apr 2020 13:39:56 +0530 Subject: [PATCH] Fixes froala-labs/froala-editor-js-2#2713 --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 1652cd1..58e7c44 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,21 @@ ## Installation +### Use with Vue CLI + +#### Generating simple webpack boilerplate with Vue-cli + +*Note*: you can skip this part if you already have application generated. + +```bash +npm install -g vue-cli +vue init webpack-simple my-project +cd my-project +npm install +npm run dev +``` + +#### Add vue-froala-wysiwyg Install `vue-froala-wysiwyg` from `npm` ```bash @@ -79,6 +94,8 @@ export default { #### 2. Make sure you have the right Webpack settings for loading the CSS files, Font Awesome and jQuery. +*Note*: you can skip this part if you created your application using boiler plate generation code stated above. + ```javascript var webpack = require('webpack') var path = require('path')