Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fishenal/Vuejs-SalePlatform
a vue demo project
https://github.com/fishenal/Vuejs-SalePlatform
Last synced: about 23 hours ago
JSON representation
a vue demo project
- Host: GitHub
- URL: https://github.com/fishenal/Vuejs-SalePlatform
- Owner: fishenal
- Created: 2016-08-02T12:19:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-10T06:45:11.000Z (almost 7 years ago)
- Last Synced: 2024-10-29T10:45:19.719Z (7 days ago)
- Language: Vue
- Homepage:
- Size: 1.87 MB
- Stars: 61
- Watchers: 5
- Forks: 39
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-vue - Vuejs-SalePlatform - vuejs搭建的售卖平台demo (Demo示例)
- awesome - Vuejs-SalePlatform - vuejs搭建的售卖平台demo (Demo示例)
README
#此项目使用说明
1. 确保安装了nodejs,以及版本"node": ">= 4.0.0", "npm": ">= 3.0.0"
2. 在终端里运行
```
npm install --registry=https://registry.npm.taobao.org
```
3. 运行下面命令启动项目
```
npm run start
```
* 注意终端里的端口提示,新版模板采用了自动寻找端口功能,端口由8080叠加4. 运行下面命令打包项目
```
npm run build
```#2017.12更新, 与旧版对比
1. 基于最新的vue init webpack xxx 的空白模板
2. 摒弃vue-resource, 采用axios替代
3. 放弃dev-server和express搭建模拟数据服务的方式,采用mock.js替代
4. 去除store层的使用
5. 使用vue-carousel,取代原来的幻灯片组件
6. 一些样式上的美化
7. router-link 改用name