视频监控前端

luohuilong 47e681b065 首次提交:项目初始化 2 weeks ago
.idea 47e681b065 首次提交:项目初始化 2 weeks ago
bin 47e681b065 首次提交:项目初始化 2 weeks ago
build 47e681b065 首次提交:项目初始化 2 weeks ago
dist 47e681b065 首次提交:项目初始化 2 weeks ago
public 47e681b065 首次提交:项目初始化 2 weeks ago
src 47e681b065 首次提交:项目初始化 2 weeks ago
.editorconfig 89e626e41f init 6 months ago
.env.development 89e626e41f init 6 months ago
.env.production 89e626e41f init 6 months ago
.env.staging 89e626e41f init 6 months ago
.eslintignore 89e626e41f init 6 months ago
.eslintrc.js 89e626e41f init 6 months ago
README.md 89e626e41f init 6 months ago
RecordFind 47e681b065 首次提交:项目初始化 2 weeks ago
babel.config.js 89e626e41f init 6 months ago
config.yaml 47e681b065 首次提交:项目初始化 2 weeks ago
dist.zip 47e681b065 首次提交:项目初始化 2 weeks ago
package.json 5c4e0a8d32 init 1 month ago
vue.config.js 89e626e41f init 6 months ago

README.md

开发


# 安装依赖
npm install

# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npmmirror.com

# 启动服务
npm run dev

发布

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

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