Sin descripción

suhongyuan 1fd805bb51 推送 hace 2 años
bin 667686d33f 推送 hace 2 años
build 667686d33f 推送 hace 2 años
public 667686d33f 推送 hace 2 años
src 1fd805bb51 推送 hace 2 años
相关文档 667686d33f 推送 hace 2 años
.editorconfig 667686d33f 推送 hace 2 años
.env.development 667686d33f 推送 hace 2 años
.env.production 667686d33f 推送 hace 2 años
.env.staging 667686d33f 推送 hace 2 años
.eslintignore 667686d33f 推送 hace 2 años
.eslintrc.js 667686d33f 推送 hace 2 años
.gitignore 667686d33f 推送 hace 2 años
README.md 02e3f65154 样式调整 hace 2 años
babel.config.js 667686d33f 推送 hace 2 años
package.json 667686d33f 推送 hace 2 años
vue.config.js 02e3f65154 样式调整 hace 2 años

README.md

V3-Z(大屏v3 左屏)

# 克隆项目
git clone http://47.111.81.118:3000/wangtao/DX-LargeScreen.git

# 进入项目目录
cd 

# 安装依赖
npm install

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

# 启动服务
npm run dev

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

发布

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

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