保定ai问答主体项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
zc b02900d50e 快捷问题问答部分修改 3 months ago
..
build -- 3 months ago
i18n -- 3 months ago
public first commit 3 months ago
settings first commit 3 months ago
src 快捷问题问答部分修改 3 months ago
.env first commit 3 months ago
.env.development -- 3 months ago
.env.production first commit 3 months ago
.eslint-global-variables.json first commit 3 months ago
.eslintignore first commit 3 months ago
.gitignore first commit 3 months ago
.prettierignore first commit 3 months ago
.prettierrc.json first commit 3 months ago
README.md first commit 3 months ago
index.html first commit 3 months ago
jsconfig.json first commit 3 months ago
package.json -- 3 months ago
pnpm-lock.yaml -- 3 months ago
unocss.config.js first commit 3 months ago
vite.config.js -- 3 months ago

README.md

快速开始

进入前端目录

cd web

安装依赖(建议使用pnpm: https://pnpm.io/zh/installation)

npm i -g pnpm # 已安装可忽略
pnpm i # 或者 npm i

启动

pnpm dev