Skip to content

Commit cc70895

Browse files
authored
📝 Update production launch doc (fix #1).
1 parent 35b9ff1 commit cc70895

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,16 @@ module.exports = {
106106
```
107107

108108
## Use your app in production
109+
110+
Move `@vue/cli-service` from `devDependencies`to `dependencies`.
111+
112+
Execute the following commands:
109113
```bash
110114
yarn build
111115
yarn express:run
112116
```
113117

114-
Example in your package.json, for most of hosting services:
118+
For most of cloud hosting services, you can add a `start` command that will be triggered automatically:
115119
```json
116120
{
117121
"scripts": {

0 commit comments

Comments
 (0)