We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54d652 commit 4d8917fCopy full SHA for 4d8917f
content/configuration/vite.md
@@ -12,9 +12,15 @@ All NativeScript apps can be bundled using [Vite](https://vite.dev/). To manage
12
Install the plugin.
13
14
```bash
15
-npm install @nativescript/vite
+npm install @nativescript/vite --save-dev
16
```
17
18
+::: tip Note
19
+
20
+Ensure it's installed in `devDependencies` since it's only needed for bundling and not at runtime.
21
22
+:::
23
24
## Quick start (`init`)
25
26
To bootstrap an existing NativeScript app with Vite, you can first adjust your config.
0 commit comments