|
|
hace 4 años | |
|---|---|---|
| .. | ||
| .github | hace 4 años | |
| build | hace 4 años | |
| plop-templates | hace 4 años | |
| public | hace 4 años | |
| src | hace 4 años | |
| tests | hace 4 años | |
| .editorconfig | hace 4 años | |
| .env.development | hace 4 años | |
| .env.production | hace 4 años | |
| .env.staging | hace 4 años | |
| .eslintignore | hace 4 años | |
| .eslintrc.js | hace 4 años | |
| .gitignore | hace 4 años | |
| .npmrc | hace 4 años | |
| .travis.yml | hace 4 años | |
| README.md | hace 4 años | |
| babel.config.js | hace 4 años | |
| jest.config.js | hace 4 años | |
| jsconfig.json | hace 4 años | |
| package.json | hace 4 años | |
| plopfile.js | hace 4 años | |
| postcss.config.js | hace 4 años | |
| vue.config.js | hace 4 años | |
# 进入项目目录
cd device-manage-ui
# 安装依赖
npm install
# 启动服务
npm run dev
浏览器访问 http://localhost:9527
# 构建测试环境
npm run build:stage
# 构建生产环境
npm run build:prod