how to implement current svgedit within webpack or vue project

239 views Asked by At

I failed to implement SVG-Edit into my project, can somebody show me how.

Here below is my failed solution:

  • Vue2: copy the compiled svg-edit code into vue project's public folder, and set vue project as multiple-page project by vue.config.js.
  • webpack4: install copy-webpack-plugin and make some change to webpack.config.js.

My solutions are all failed because images or reference sources are misreferenced.

0

There are 0 answers