Vue Js Editor demoMove into vue2-server-image-upload foldercd vue2-server-image-upload Now change the permission of image folder to 777 sudo chmod -R 777 image Project setupMove into vue2-editor-demo foldercd vue2-editor-demo Install node modulesyarn install Compiles and hot-reloads for developmentyarn run serve OptionalCompiles and minifies for productionyarn run build Run your testsyarn run test Lints and fixes filesyarn run lint