下载了个TDesgin-React版本,启动正常,


npm i tdesign-starter-cli -g

td-starter init

......

如图:

 用VsCode打开运行:

 vite v2.9.15 dev server running at:

  > Network:  http://10.10.10.1:3003/
  > Network:  http://192.168.1.143:3003/
  > Local:    http://localhost:3003/

  ready in 1845ms.

点开src目录下的main.tsx,但在VScode中显示问题:

node_modules/@types/react/inddex.d.ts 不是模块....

原因是IDE类型识别错误,没有识别到react...,所以安装相关类型,解决问题:

npm install --save-dev "@types/react"  "@types/react-dom" "@types/react-redux"  

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐