Skip to content

Commit 842a6d2

Browse files
committed
Add build instructions for nuxt.js
1 parent bee0f49 commit 842a6d2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/core/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,3 +614,13 @@ export default {
614614
}
615615
}
616616
```
617+
618+
### Nuxt.js
619+
620+
Add the following to your `nuxt.config.js`:
621+
622+
```javascript
623+
build: {
624+
standalone: true,
625+
}
626+
```

0 commit comments

Comments
 (0)