Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 770 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 770 Bytes

mysteel

A Vue.js project

Build Setup

..环境需求 : 1 node环境,自己去下 2 没了

# 安装好了node 在控制台输入这个,下载依赖
npm install

# 运行代码下面这个 ,会以本地ipv4开一个服务  ,控制台会输出,同一网络环境下都可访问
#     ${baseUrl}#/palyer 是播放视屏页面
#     ${baseUrl}#/user 用户选择页面
#     ${baseUrl}#/waiting 用户等待页面

npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.