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.
 
 
 
 
严飞永 91ab4ce95c
我的资产
7 hours ago
bin vue3,直接启动 1 week ago
html vue3,直接启动 1 week ago
public vue3,直接启动 1 week ago
src 我的资产 7 hours ago
vite/plugins vue3,直接启动 1 week ago
.env.development vue3,直接启动 1 week ago
.env.production vue3,直接启动 1 week ago
.env.staging vue3,直接启动 1 week ago
.gitignore vue3,直接启动 1 week ago
LICENSE vue3,直接启动 1 week ago
README.md 1 1 week ago
index.html 主页面样式同步 1 week ago
package.json 功能查看 12 hours ago
vite.config.js vue3,直接启动 1 week ago

README.md

前端运行

# 克隆项目
git clone

# 进入项目目录
cd RuoYi-Vue3

# 安装依赖
yarn --registry=https://registry.npmmirror.com

# 启动服务
yarn dev

# 构建测试环境 yarn build:stage
# 构建生产环境 yarn build:prod
# 前端访问地址 http://localhost:80