https://github.com/waynecz/nothing
nothing at all
https://github.com/waynecz/nothing
Last synced: about 1 year ago
JSON representation
nothing at all
- Host: GitHub
- URL: https://github.com/waynecz/nothing
- Owner: waynecz
- Created: 2017-03-30T15:23:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-30T15:24:38.000Z (about 9 years ago)
- Last Synced: 2025-02-25T22:32:21.627Z (over 1 year ago)
- Language: JavaScript
- Size: 606 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Smooth with Vue2 & webpack2 & express

### 当前已有
+ 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. 文件更改热重启后自动刷新浏览器