要求 Node.js 版本 >= 12

安装使用

  1. # 克隆项目
  2. git clone https://gitlab.bingosoft.net/bview-design/bigscreen/template.git
  3. # 进入项目目录
  4. cd template
  5. # 安装依赖
  6. npm install
  7. # 建议安装 nrm 管理地址
  8. npm install nrm
  9. nrm use taobao
  10. # 启动服务
  11. npm run dev
  12. # 打包
  13. npm run build

启动完成后会自动打开浏览器访问 http://localhost: (opens new window)你看到下面的页面就代表操作成功了。