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

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