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
Copy file name to clipboardExpand all lines: docs/cli-service.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,7 @@ Options:
104
104
--dest specify output directory (default: dist)
105
105
--target app | lib | wc | wc-async (default: app)
106
106
--name name for lib or web-component mode (default: "name" in package.json or entry filename)
107
+
--watch watch for changes
107
108
```
108
109
109
110
`vue-cli-service build` produces a production-ready bundle in the `dist/` directory, with minification for JS/CSS/HTML and auto vendor chunk splitting for better caching. The chunk manifest is inlined into the HTML.
0 commit comments