File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
# egg-vue-typescript-boilerplate
2
2
3
- 基于 Egg + Vue + TypeScript + Element + Webpack3 多页面和单页面服务端客户端渲染同构工程骨架项目.
3
+ 基于 Egg + Vue + TypeScript + Element + Webpack4 多页面和单页面服务端客户端渲染同构工程骨架项目.
4
4
5
5
## 1. 版本
6
6
7
7
- Egg 版本: ^2.x.x
8
8
- Node 版本: Node ^8.x.x+,
9
- - Webpack 版本: ^3.10.1
9
+ - Webpack 版本: ^4.0.0
10
10
- Vue 版本: ^2.5.0
11
11
- TypeScript: ^2.6.2
12
12
- Element UI
33
33
34
34
- 支持 Webpack DLL 自动化构建
35
35
36
- - 支持 Vue组件服务端渲染异步加载
36
+ - 支持 Vue 组件服务端渲染异步加载
37
37
38
38
39
39
## 4. 依赖
49
49
50
50
``` bash
51
51
npm install
52
- npm start
53
52
```
54
53
55
54
#### 5.2 启动应用
Original file line number Diff line number Diff line change 50
50
"babel-plugin-transform-runtime" : " ^6.15.0" ,
51
51
"babel-preset-env" : " ^1.6.0" ,
52
52
"cz-conventional-changelog" : " ^2.1.0" ,
53
- "easywebpack-cli" : " ^3.5.2 " ,
53
+ "easywebpack-cli" : " ^3.8.0 " ,
54
54
"easywebpack-vue" : " ^4.0.0" ,
55
55
"egg-logview" : " ^1.0.0" ,
56
56
"egg-webpack" : " ^4.0.0" ,
You can’t perform that action at this time.
0 commit comments