From ff61bd1384be1d35395b47c9a4712299076dc8a8 Mon Sep 17 00:00:00 2001 From: Nasa Nguyen Date: Sat, 14 Mar 2020 17:15:13 +0700 Subject: [PATCH] Remove jQuery & Support Material Design Icons --- README.md | 56 +- dist/index.css | 2 +- dist/index.css.map | 2 +- dist/index.js | 449 ++-- dist/index.js.map | 2 +- dist/index.min.js | 2 +- dist/v-markdown-editor.css | 2 +- dist/v-markdown-editor.css.map | 2 +- dist/v-markdown-editor.js | 3852 ++++++++++++++-------------- dist/v-markdown-editor.js.map | 2 +- dist/v-markdown-editor.min.js | 2 +- dist/www.min.js | 50 +- dist/www/css/app.css | 4 +- dist/www/css/app.css.map | 2 +- dist/www/index.html | 2 +- dist/www/js/app.js | 4282 +++++++++++++++----------------- dist/www/js/app.js.map | 2 +- package-lock.json | 2259 ++++++++--------- package.json | 48 +- src/editor.vue | 302 +-- src/index.css | 124 +- src/index.js | 14 +- webpack.development.js | 34 +- www/app.vue | 52 +- 24 files changed, 5418 insertions(+), 6130 deletions(-) diff --git a/README.md b/README.md index b62e379..765f649 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Vue Markdown Editor component for Vue.js -☞ [Vue JS - The Complete Guide (incl. Vue Router & Vuex)](https://learnstartup.net/go/BJBa7-l-g) +☞ [What's new in Bootstrap 5)](https://morioh.com/p/46e9af3b9b04) -☞ [How to Create a Chrome Extension with Vue.js](https://morioh.com/p/0169fb660bae) +☞ [Vue.JS Tutorial: Learn Vue.js from Scratch](https://morioh.com/list/5dd27fc107964607af718993) -☞ [How To Build a Blog with Nest.js, MongoDB, and Vue.js](https://morioh.com/p/74ffc8a798bb) +☞ [Javascript Tutorial for Absolute Beginners](https://morioh.com/list/5dcd0341203e265d661aa028) -![Markdown Editor Preview](https://i.imgur.com/Bcr3Xhk.png) +![Markdown Editor Preview](https://i.imgur.com/jdhT2Yf.png) ### Demo @@ -20,7 +20,7 @@ npm install v-markdown-editor ``` ```js -import 'v-markdown-editor/dist/index.css'; +import 'v-markdown-editor/dist/v-markdown-editor.css'; import Vue from 'vue' import Editor from 'v-markdown-editor' @@ -33,6 +33,13 @@ Vue.use(Editor); ### Use CDN +``` + + + + +``` + ``` @@ -42,14 +49,19 @@ Vue.use(Editor); ``` -## Require +## Change -Bootstrap 4 & Fontawesome +``` +1.2.0 +- Support Fontawsome & Material Design Icons +- Remove jQuery + +``` ## Example -```js +```html