Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 315 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 315 Bytes

#Planet

PC端页面,一个好看的星球样式

项目启动

  • yarn
  • yarn start

访问 localhost:8012/#/example

项目部署

  • yarn build
  • git push
  • ssh 服务器
  • cd /var/www/planet-pc
  • git pull: 更新 即可,nginx直接指向的 build 文件夹。故 git pull 后,资源已更新到线上