renevy 266cade1f2 device manage system. 4 年之前
..
.github 266cade1f2 device manage system. 4 年之前
build 266cade1f2 device manage system. 4 年之前
plop-templates 266cade1f2 device manage system. 4 年之前
public 266cade1f2 device manage system. 4 年之前
src 266cade1f2 device manage system. 4 年之前
tests 266cade1f2 device manage system. 4 年之前
.editorconfig 266cade1f2 device manage system. 4 年之前
.env.development 266cade1f2 device manage system. 4 年之前
.env.production 266cade1f2 device manage system. 4 年之前
.env.staging 266cade1f2 device manage system. 4 年之前
.eslintignore 266cade1f2 device manage system. 4 年之前
.eslintrc.js 266cade1f2 device manage system. 4 年之前
.gitignore 266cade1f2 device manage system. 4 年之前
.npmrc 266cade1f2 device manage system. 4 年之前
.travis.yml 266cade1f2 device manage system. 4 年之前
README.md 266cade1f2 device manage system. 4 年之前
babel.config.js 266cade1f2 device manage system. 4 年之前
jest.config.js 266cade1f2 device manage system. 4 年之前
jsconfig.json 266cade1f2 device manage system. 4 年之前
package.json 266cade1f2 device manage system. 4 年之前
plopfile.js 266cade1f2 device manage system. 4 年之前
postcss.config.js 266cade1f2 device manage system. 4 年之前
vue.config.js 266cade1f2 device manage system. 4 年之前

README.md

device-manage-ui

开发


# 进入项目目录
cd device-manage-ui

# 安装依赖

npm install

# 启动服务
npm run dev

浏览器访问 http://localhost:9527

发布

# 构建测试环境
npm run build:stage

# 构建生产环境
npm run build:prod