Sin descripción

wuyi c826525d57 删除tsconfig.json配置文件,简化项目结构。 hace 4 meses
public 0adfef6033 init hace 4 meses
src 1c05924884 重构项目结构,删除旧的部署脚本,更新依赖项,添加系统配置相关API和视图,扩展用户角色和配置类型,完善路由设置。 hace 4 meses
.editorconfig 0adfef6033 init hace 4 meses
.env 0adfef6033 init hace 4 meses
.env.production 0adfef6033 init hace 4 meses
.gitattributes 0adfef6033 init hace 4 meses
.gitignore 0adfef6033 init hace 4 meses
.prettierrc.json 0adfef6033 init hace 4 meses
README.md 0adfef6033 init hace 4 meses
eslint.config.js 0adfef6033 init hace 4 meses
index.html 0adfef6033 init hace 4 meses
jsconfig.json 0adfef6033 init hace 4 meses
package-lock.json 892b898024 更新依赖项,移除不再使用的bip39库,提升eslint及相关插件版本,添加fdir和tinyglobby库以增强文件处理能力。 hace 4 meses
package.json 1c05924884 重构项目结构,删除旧的部署脚本,更新依赖项,添加系统配置相关API和视图,扩展用户角色和配置类型,完善路由设置。 hace 4 meses
vite.config.js 0adfef6033 init hace 4 meses
yarn.lock 892b898024 更新依赖项,移除不再使用的bip39库,提升eslint及相关插件版本,添加fdir和tinyglobby库以增强文件处理能力。 hace 4 meses

README.md

robin-admin

This template should help get you started developing with Vue 3 in Vite.

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint