|
|
há 6 meses atrás | |
|---|---|---|
| public | há 1 ano atrás | |
| src | há 6 meses atrás | |
| .env | há 1 ano atrás | |
| .env.development | há 11 meses atrás | |
| .env.production | há 11 meses atrás | |
| .env.staging | há 11 meses atrás | |
| .eslintignore | há 1 ano atrás | |
| .eslintrc.json | há 1 ano atrás | |
| .gitignore | há 1 ano atrás | |
| .prettierignore | há 1 ano atrás | |
| README.md | há 1 ano atrás | |
| components.d.ts | há 1 ano atrás | |
| index.html | há 1 ano atrás | |
| jsconfig.json | há 1 ano atrás | |
| package-lock.json | há 11 meses atrás | |
| package.json | há 1 ano atrás | |
| pnpm-lock.yaml | há 1 ano atrás | |
| postcss.config.js | há 1 ano atrás | |
| prettier.config.js | há 7 meses atrás | |
| tailwind.config.js | há 1 ano atrás | |
| vite.config.js | há 1 ano atrás |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|