Vue Js Editor demo Move into vue2-server-image-upload folder cd vue2-server-image-upload Now change the permission of image folder to 777 sudo chmod -R 777 image Project setup Move into vue2-editor-demo folder cd vue2-editor-demo Install node modules yarn install Compiles and hot-reloads for development yarn run serve Optional Compiles and minifies for production yarn run build Run your tests yarn run test Lints and fixes files yarn run lint