Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andylei18/vue-shopping
基于Vue模仿蘑菇街的单页应用http://andylei18.github.io/vue-shopping/
https://github.com/andylei18/vue-shopping
Last synced: 2 months ago
JSON representation
基于Vue模仿蘑菇街的单页应用http://andylei18.github.io/vue-shopping/
- Host: GitHub
- URL: https://github.com/andylei18/vue-shopping
- Owner: andylei18
- Created: 2016-05-08T09:45:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T01:36:59.000Z (over 3 years ago)
- Last Synced: 2024-08-02T09:25:22.178Z (5 months ago)
- Language: CSS
- Homepage:
- Size: 2.94 MB
- Stars: 625
- Watchers: 46
- Forks: 214
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vue - vue-shopping - shopping?style=social) - 蘑菇街移动端 (Demo示例)
- awesome-github-vue - vue-shopping - 蘑菇街移动端 (Demo示例)
- awesome-github-vue - vue-shopping - 蘑菇街移动端 (Demo示例)
- awesome - vue-shopping - 蘑菇街移动端 (Demo示例)
README
# 蘑菇街移动端Vue-SPA(纯属个人玩法,不用于商务)
# vue-shopping
========## [Live demo](http://andylei18.github.io/vue-shopping/)
## 安装:
npm install
## 运行:
npm run dev
## 发布:
npm run build
## 地址:
http://localhost:8888
## 目录结构
├─ .gitignore # 忽略无需git控制的文件 比如 node_modules
├─ package.json # 项目配置
├─ README.md # 项目说明
├─ index.html # 首页
├─ config.js # 本地调试文件
│
│
│
├─n-build # webpack 配置文件目录
│
│
├─node_modules # npm依赖包
│
│
│
└─src # 开发目录
│
│ app.js # 启动配置
│ app.vue # 入口vue
│ routers.js # 路由
│
├─components # 组件
│
│
├─assets # 静态资源包
│
│ styles # css资源文件
│ images # 图片资源文件
│ scripts # JS资源文件
│ font # 字体资源文件
│
└─views # 页面
home.vue # 首页
404.vue # 404页面## 技术栈
vuejs,
vue-router,
vue-cli,
webpack,
Es6,## 感谢
感谢蘑菇街
感谢尤大,感谢Vuejs