项目创建
npm create vite@latest markdown-to-mindmap -- --template vue
npm install
npm run dev
http://localhost:5173/ 可以查看效果
本地启动报错
error when starting dev server:
TypeError: crypto.hash is not a f...
项目创建
npm create vite@latest logic-flow-demo -- --template vue
cd logic-flow-demo
npm install
npm run dev
报错
6 packages are looking for funding
run `npm fund` for details
> logic-flo...
项目创建
npm create vite@latest match-condition-demo -- --template vue
cd match-condition-demo
npm install
npm run dev
报错
$ npm run dev
> match-condition-demo@0.0.0 dev
> vite
error whe...