This is a "锤子" App written by Vue. The author is Hehuan(何欢).
该项目暂时部署在腾讯云服务器上, 进入Smartisan通过移动端手机模拟器观看本项目页面具体信息
该项目前端使用Vue 2.6.10+Vue-X+Vue-Router+Vue-Cli+LocalStorage,后台使用Node.js+Express+Mongodb,使用MintUI+Rem实现页面样式和布局,图像优化使用CSS Sprites压缩图片体积,打包压缩采用webpack4.0
首页;
分类页;
详情页;
购物车页;
订单页;
支付页;
搜索页;
我的页;
登录页;
注册页
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For a detailed explanation on how things work, check out the guide and docs for vue-loader.