Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.
/ TmallFontEnd Public archive

🍗 使用Jquery+CommonJS+webpack模块化开发的mmall商城前端项目

License

Notifications You must be signed in to change notification settings

Allenskoo856/TmallFontEnd

Repository files navigation

Tmmall前端项目

项目简介

采用Jquery+CommonJS进行模块化开发的前端项目,通过Ajax与后台交互,拿到数据,利用hogan.js模板引擎渲染数据到Html页面, 通过CommonJS分别建立了用户模块、订单模块、购物车模块、商品详情模块、以及支付模块,并且通过前端webpack打包工具对 不同模块的Javascript, html, css的模块文件打包成整体,压缩上线。Tmmall的后台项目戳这里


项目线上Demo

http://mmall.zonglun.me

项目预览截图


详细的后台接口文档

https://github.com/Allenskoo856/TmallFontEnd/wiki

本地预览

  • 确保本机安装了git,node(Version>6.0), npm

    git clone https://github.com/Allenskoo856/TmallFontEnd.git
  • cd /TmallFontEnd
    npm install
  • 本地预览

    npm run dev

    访问http://localhost:8088/dist/view/index.html

  • 打包部署

    npm run dist

TODo

  • 美化界面

  • 利用Vue框架重构项目

About

🍗 使用Jquery+CommonJS+webpack模块化开发的mmall商城前端项目

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published