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-editcode into vue project'spublicfolder, 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.