Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 690 Bytes

README.md

File metadata and controls

44 lines (35 loc) · 690 Bytes

vuejs-text-editor

vuejs-text-editor.png

Dependency

Vue2
konva, vue-konva
font-picker-vue (google fonts)
fontawesome v5

Files

components\
  Editor.vue (main component)
  BlockAttribute.vue (child component of Editor)

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

Google Fonts Developer API key is hard coded in BlockAttribute.vue. Please set it up properly.