|
|
пре 1 година | |
|---|---|---|
| public | пре 1 година | |
| src | пре 1 година | |
| .editorconfig | пре 1 година | |
| .env | пре 1 година | |
| .env.development | пре 1 година | |
| .env.production | пре 1 година | |
| .env.staging | пре 1 година | |
| .eslintignore | пре 1 година | |
| .eslintrc.json | пре 1 година | |
| .gitignore | пре 1 година | |
| .prettierignore | пре 1 година | |
| README.md | пре 1 година | |
| components.d.ts | пре 1 година | |
| index.html | пре 1 година | |
| jsconfig.json | пре 1 година | |
| package-lock.json | пре 1 година | |
| package.json | пре 1 година | |
| pnpm-lock.yaml | пре 1 година | |
| postcss.config.js | пре 1 година | |
| prettier.config.js | пре 1 година | |
| tailwind.config.js | пре 1 година | |
| vite.config.js | пре 1 година |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|