|
|
hai 4 días | |
|---|---|---|
| docs | hai 4 días | |
| public | hai 1 ano | |
| src | hai 4 días | |
| .env | hai 1 ano | |
| .env.development | hai 4 meses | |
| .env.production | hai 11 meses | |
| .env.staging | hai 11 meses | |
| .eslintignore | hai 1 ano | |
| .eslintrc.json | hai 1 ano | |
| .gitignore | hai 1 ano | |
| .prettierignore | hai 1 ano | |
| README.md | hai 1 ano | |
| components.d.ts | hai 1 ano | |
| index.html | hai 1 ano | |
| jsconfig.json | hai 1 ano | |
| package.json | hai 1 ano | |
| pnpm-lock.yaml | hai 1 ano | |
| postcss.config.js | hai 1 ano | |
| prettier.config.js | hai 7 meses | |
| tailwind.config.js | hai 1 ano | |
| vite.config.js | hai 1 ano |
RuoYi 框架前端部分使用 Vue3、ElementPlus、EleAdminPlus 的实现
# 安装依赖
npm install --registry=https://registry.npmmirror.com
# 运行项目
npm run dev
运行成功后在浏览器地址栏输入 http://localhost:5173 访问。
默认使用 RuoYi 线上演示接口,可下载 RuoYi 后端 并运行后,在 .env.development 文件中将接口地址改为本地后端接口:
# 开发环境接口地址
#VITE_API_URL=https://vue.ruoyi.vip/prod-api
VITE_API_URL=http://localhost:8080
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|