Skip to content

Commit 938de8d

Browse files
committed
docs(guide): add link to instructions for using a db
1 parent 5289f7f commit 938de8d

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

docs/guide/guide.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,13 @@ module.exports = {
2727
}
2828
```
2929

30-
::: tip
30+
### Notes
3131

32-
You can prefix an item in the `externals` array with `!` to prevent it being automatically marked as an external. (`!not-external`)
32+
- You can prefix an item in the `externals` array with `!` to prevent it being automatically marked as an external. (`!not-external`)
3333

34-
:::
34+
- If you do not use native dependencies in your code, you can remove the `postinstall` script from your `package.json`. Native modules may not work, but dependency install times will be faster.
3535

36-
::: tip
37-
38-
If you do not use native dependencies in your code, you can remove the `postinstall` script from your `package.json`. Native modules may not work, but dependency install times will be faster.
39-
40-
:::
36+
- Using a database such as MySQL or MongoDB requires extra configuration. See [Issue #76 (comment)](https://github.com/nklayman/vue-cli-plugin-electron-builder/issues/76#issuecomment-420060179) for more info.
4137

4238
## Handling Static Assets
4339

0 commit comments

Comments
 (0)