档案管理

ZaiZai 4d5a09d7e6 更新依赖 hace 2 años
public fbf1457f99 111 hace 2 años
src 7513c431a4 去掉修改,回到以前 hace 2 años
.editorconfig fbf1457f99 111 hace 2 años
.gitignore abd3c41959 同步仓库 hace 2 años
README.md fbf1457f99 111 hace 2 años
index.html fbf1457f99 111 hace 2 años
package.json 4d5a09d7e6 更新依赖 hace 2 años
postcss.config.js fbf1457f99 111 hace 2 años
tailwind.config.js fbf1457f99 111 hace 2 años
vite.config.js abd3c41959 同步仓库 hace 2 años
yarn.lock 4d5a09d7e6 更新依赖 hace 2 años

README.md

client

客户端,vue3


node.js 的版本需要 14.18+


// 检查你的node版本, 如果低于 14.18, 请先更新node.js

node -v


推荐使用 yarn 管理依赖

如果电脑上还没有安装 yarn ,执行以下命令安装 yarn

npm install -g yarn

//或者

cnpm install -g yarn

然后在 此项目下 执行

yarn

// 或者

yarn install

yarn 的相关命令

安装依赖

yarn add 依赖名

// 或者
yarn add -D 依赖名

检测依赖更新

yarn upgrade-interactive --latest