VisualDL icon indicating copy to clipboard operation
VisualDL copied to clipboard

请问可以把VisualDL中的netron单独拿出来集成到自己的vue3项目中吗?

Open wangyexiang opened this issue 3 months ago • 0 comments

请问可以把VisualDL中的netron单独拿出来集成到自己的vue3项目中吗?我用https://www.npmjs.com/package/@visualdl/netron?activeTab=versions安装了netron后,在项目中使用时候,报如下错误:

21:33:52 [vite] Pre-transform error: Failed to parse source for import analysis because the content contains invalid JS syntax. You may need to install appropriate plugins to handle the .html file format, or if it's an asset, add "**/*.html" to `assetsInclude` in your configuration.
21:33:52 [vite] Internal server error: Failed to parse source for import analysis because the content contains invalid JS syntax. You may need to install appropriate plugins to handle the .html file format, or if it's an asset, add "**/*.html" to `assetsInclude` in your configuration.
  Plugin: vite:import-analysis
  File: F:/Downloads/test-netron/node_modules/.pnpm/@[email protected]/node_modules/@visualdl/netron/dist/index.html:1:598
  1  |  <!doctype html><html><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no,viewport-fit=cover"/><link href="./style.css" rel="stylesheet"></head><body><div id="graph" class="graph"><svg id="canvas" class="canvas" preserveaspectratio="xMidYMid meet" width="100%" height="100%"></svg></div><script src="./vendors.a675f21198a5533447d1.js"></script><script src="./index.87b6761e423700897d69.js"></script><script src="./shim.1afc356aaf25430abf46.js"></script><script src="./style.31d6cfe0d16ae931b73c.js"></script></body></html>
     |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       ^
      at formatError (file:///F:/Downloads/test-netron/node_modules/.pnpm/[email protected]/node_modules/vite/dist/node/chunks/dep-C-KAszbv.js:50796:46)
      at TransformContext.error (file:///F:/Downloads/test-netron/node_modules/.pnpm/[email protected]/node_modules/vite/dist/node/chunks/dep-C-KAszbv.js:50790:19) 
      at TransformContext.transform (file:///F:/Downloads/test-netron/node_modules/.pnpm/[email protected]/node_modules/vite/dist/node/chunks/dep-C-KAszbv.js:65876:22)
      at async Object.transform (file:///F:/Downloads/test-netron/node_modules/.pnpm/[email protected]/node_modules/vite/dist/node/chunks/dep-C-KAszbv.js:51105:30) 
      at async loadAndTransform (file:///F:/Downloads/test-netron/node_modules/.pnpm/[email protected]/node_modules/vite/dist/node/chunks/dep-C-KAszbv.js:53858:29) 
      at async viteTransformMiddleware (file:///F:/Downloads/test-netron/node_modules/.pnpm/[email protected]/node_modules/vite/dist/node/chunks/dep-C-KAszbv.js:63631:32)

请问一下,这个应该如何解决呢?多谢

wangyexiang avatar Apr 01 '24 13:04 wangyexiang