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.
|
3 months ago | |
---|---|---|
.. | ||
build | 3 months ago | |
i18n | 3 months ago | |
public | 3 months ago | |
settings | 3 months ago | |
src | 3 months ago | |
.env | 3 months ago | |
.env.development | 3 months ago | |
.env.production | 3 months ago | |
.eslint-global-variables.json | 3 months ago | |
.eslintignore | 3 months ago | |
.gitignore | 3 months ago | |
.prettierignore | 3 months ago | |
.prettierrc.json | 3 months ago | |
README.md | 3 months ago | |
index.html | 3 months ago | |
jsconfig.json | 3 months ago | |
package.json | 3 months ago | |
pnpm-lock.yaml | 3 months ago | |
unocss.config.js | 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