要求 Node.js 版本 >= 12
安装使用
# 克隆项目
git clone https://gitlab.bingosoft.net/bview-design/bigscreen/template.git
# 进入项目目录
cd template
# 安装依赖
npm install
# 建议安装 nrm 管理地址
npm install nrm
nrm use taobao
# 启动服务
npm run dev
# 打包
npm run build
启动完成后会自动打开浏览器访问 http://localhost: (opens new window)你看到下面的页面就代表操作成功了。