sethsandaru / vue-form-builder

Super Form Builder built on top of Vue with Drag & Drop functionality, savable-form-schema and easy to maintain/upgrade your form.
http://vue-form-builder.sethphat.com
MIT License
414 stars 129 forks source link

Can't built via npm run build-bundle #23

Closed eok8177 closed 5 years ago

eok8177 commented 5 years ago

When I build and use it my Vue project, get errors:

TypeError: $(...).sortable is not a function TypeError: $(...).draggable is not a function

Work with files /dist/ only from repo

sethsandaru commented 5 years ago

Hi @eok8177

Have you run "npm install" yet before "npm run build"?

Thank you

eok8177 commented 5 years ago

Hi! Yes

image image

node -v v8.10.0 npm -v 6.12.1 "os":"linux","arch":"x64"

eok8177 commented 5 years ago

if I run directly via index.html image

get this error image

eok8177 commented 5 years ago

Can You explain me, how use it in project folder. Not in node_modules folder. I want change some design and functional.

eok8177 commented 5 years ago

Problem was: when I run npm install in node_modules folder I get this errors

Ok, only if copy builded library into folder node_modules