KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
vue-mall
★ 10
Open GitHub ↗
基于vue实现的移动端商城SPA
Download README (.md)
Explore Similar Repositories
ISCAN
:
Development repository for Integrated Speech Corpus Analaysis (ISCAN)
xlconverter
:
Convert Excel File to Objects
pyox
:
A simple REST client library for Hadoop / Knox in Python
frogs
:
Data from the Calaveras Jumping Frog Jubilee
npm-cwdav
:
Start a preconfigured WebDAV server using cryptography and compression
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
vue-mall
?
Download (.md)
# Vue-Mall 基于vue实现,仿MEIZU商城单页面应用,目前有首页、商城页和商品详情页。 ### 运行 ``` node环境下执行: node app.js 浏览器输入: localhost:3000 ``` ## 预览 #### 首页 <img src="./preview/index.png" title="仿MEUZU移动端商城,首页预览图。"> 下拉菜单 <img src="./preview/menu.png"> 页脚 <img src="./preview/index_footer.png"> #### 商城页 <img src="./preview/mall.png" title="商城页"> 商城列表 <img src="./preview/mall_list.png"> #### 商品页 <img src="./preview/good.png" title="商品页"> 商品详情 <img src="./preview/good_arg.png"> 商品参数 <img src="./preview/good_dep.png"> ### 技术栈 <pre> vue1.x requireJs require-css </pre>