Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 269 Bytes

start.md

File metadata and controls

18 lines (9 loc) · 269 Bytes

获取、启动、打包

  • 从GitHub上获取本项目

    git clone https://github.com/a241978181/vue-web-os.git

  • 进入项目目录,下载环境

    yarn install

  • 启动项目

    yarn serve

  • 打包项目

    yarn build