Skip to content

guodonglw/vue3-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue3-admin

# node版本请升级到比较高的版本

# 安装依赖
npm install

# 启动服务
npm run dev

# 打包构建
npm run build

# 本地查看打包后结果
serve -s dist

在线demo