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
# build for production and view the bundle analyzer report
18
-
npm run build --report
19
-
20
-
# start api server for production by pm2
21
-
npm run api
22
-
23
-
# start api server for development by nodemon
24
-
npm run api-dev
25
-
26
-
# show pm2 list for production
27
-
npm run api-list
28
-
```
29
-
30
-
31
-
For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
0 commit comments