Skip to content

Latest commit

 

History

History
57 lines (30 loc) · 974 Bytes

README.md

File metadata and controls

57 lines (30 loc) · 974 Bytes

webapp

如果你喜欢本仓库,那就点个星星了 😊

⚠️ 本仓库代码仅仅供学习使用哦

运行的gif效果

demo.gif

怎么使用

  # download the zip
  $ git clone https://github.com/reng99/webapp.git

  # enter the root catalogue
  $ cd webapp

  # install dependencies
  $ npm install

  # dev mode
  $ npm run dev
  # automally show in browser whick address is localhost:8000

  # dev mode
  $ npm run build

你可以参考下面的图片运行(dev 环境)

run_dev.png

show_succ.png

一些主要页面的截图,详情请运行本仓库查看

register.png

login.png

index.png

buy.png

goods_lists.png

goods_detail.png

personal_center.png