广雅设备后台界面
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.
 
 
 
 
Yen ba4d6bddc5 添加设备管理 3 years ago
bin init vue 3 years ago
html init vue 3 years ago
public init vue 3 years ago
src 添加设备管理 3 years ago
vite/plugins init vue 3 years ago
.env.development init vue 3 years ago
.env.production init vue 3 years ago
.env.staging init vue 3 years ago
.gitignore init vue 3 years ago
README.md 更新备注 3 years ago
index.html init vue 3 years ago
package.json init vue 3 years ago
vite.config.js init vue 3 years ago

README.md

设置仓库

yarn --registry=https://registry.npmmirror.com

进入项目目录

yarn install

启动服务

yarn dev

构建测试环境 yarn build:stage

构建生产环境 yarn build:prod

前端访问地址 http://localhost:80