You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Start using `webpack4` from `v3.8.0`. If you still want to continue using `webpack3`, please use this branch [webpack3](https://github.com/PanJiaChen/vue-element-admin/tree/webpack3)**
60
-
61
55
## Preparation
62
56
63
57
You need to install [node](http://nodejs.org/) and [git](https://git-scm.com/) locally. The project is based on [ES2015+](http://es6.ruanyifeng.com/), [vue](https://cn.vuejs.org/index.html), [vuex](https://vuex.vuejs.org/zh-cn/), [vue-router](https://router.vuejs.org/zh-cn/), [axios](https://github.com/axios/axios) and [element-ui](https://github.com/ElemeFE/element), all request data is simulated using [Mock.js](https://github.com/nuysoft/Mock).
@@ -70,6 +64,7 @@ Understanding and learning this knowledge in advance will greatly help the use o
70
64
</p>
71
65
72
66
## Sponsors
67
+
73
68
Become a sponsor and get your logo on our README on GitHub with a link to your site. [[Become a sponsor]](https://www.patreon.com/panjiachen)
74
69
75
70
<ahref="https://flatlogic.com/admin-dashboards?from=vue-element-admin"><imgwidth="150px"src="https://wpimg.wallstcn.com/9c0b719b-5551-4c1e-b776-63994632d94a.png" /></a><p>Admin Dashboard Templates made with Vue, React and Angular.</p>
@@ -159,7 +154,7 @@ This will automatically open http://localhost:9527.
159
154
160
155
```bash
161
156
# build for test environment
162
-
npm run build:sit
157
+
npm run build:stage
163
158
164
159
# build for production environment
165
160
npm run build:prod
@@ -168,19 +163,16 @@ npm run build:prod
168
163
## Advanced
169
164
170
165
```bash
171
-
# --report to build with bundle size analytics
172
-
npm run build:prod --report
173
-
174
-
# --generate a bundle size analytics. default: bundle-report.html
175
-
npm run build:prod --generate_report
166
+
# preview the release environment effect
167
+
npm run preview
176
168
177
-
#--preview to start a server in local to preview
178
-
npm run build:prod --preview
169
+
# preview the release environment effect + static resource analysis
0 commit comments