https://github.com/waynecz/smooth
Write an APP with Vue2 and express Be fast & furious
https://github.com/waynecz/smooth
Last synced: 7 days ago
JSON representation
Write an APP with Vue2 and express Be fast & furious
- Host: GitHub
- URL: https://github.com/waynecz/smooth
- Owner: waynecz
- Created: 2016-12-13T06:32:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-20T02:01:00.000Z (about 9 years ago)
- Last Synced: 2025-02-25T22:32:21.267Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 21.1 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Smooth with Vue2 & webpack2 & express(koa2)

###[koa版本](https://github.com/waynecz/smooth/tree/koa)
### 当前已有
+ gulp结构化
+ webpack2
1. 开发环境热加载
2. 生产环境打包优化(DLL与样式和主体文件分离)
3. 打包文件分析
+ Vue2
1. sass:集成flex、响应式mixin
2. ajax集中分封装
3. router
+ express
1. 区分环境数据mock
2. 清晰化的转发请求
3. 文件更改热重启
----
### TODO
+ webpack
1. 优化缓存方案,现在的比较僵硬
2. 打包提示优化
+ express
2. 文件更改热重启后自动刷新浏览器