aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.2/getting-started/javascript.md
diff options
context:
space:
mode:
authorJulien Déramond <[email protected]>2022-06-04 18:42:32 +0200
committerGitHub <[email protected]>2022-06-04 09:42:32 -0700
commit5b0bf3f49a94ca96334651eca9aeeb56d48bf144 (patch)
tree4140119de309be6e5121c445521253d2955d8ff0 /site/content/docs/5.2/getting-started/javascript.md
parent8965b11dd5ec9f6d353c53b58e256880d6a96703 (diff)
downloadbootstrap-5b0bf3f49a94ca96334651eca9aeeb56d48bf144.tar.xz
bootstrap-5b0bf3f49a94ca96334651eca9aeeb56d48bf144.zip
Docs: Add a Vite Getting Started guide (#36412)
* Docs: Add a Vite Getting Started guide * Fix npm run docs temporarily * Fix cspell and lint * Uncomment the 2nd part * . * Make it work without dist * Updates after merges of Parcel/Webpack guides rewriting * Update images * Replace dev images * Compress the new images better * Update site/content/docs/5.2/customize/optimize.md Co-authored-by: Mark Otto <[email protected]> * Update site/content/docs/5.2/getting-started/vite.md Co-authored-by: Mark Otto <[email protected]> Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
Diffstat (limited to 'site/content/docs/5.2/getting-started/javascript.md')
-rw-r--r--site/content/docs/5.2/getting-started/javascript.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.2/getting-started/javascript.md b/site/content/docs/5.2/getting-started/javascript.md
index 3f8d2c5cb..6badaab7a 100644
--- a/site/content/docs/5.2/getting-started/javascript.md
+++ b/site/content/docs/5.2/getting-started/javascript.md
@@ -10,7 +10,7 @@ toc: true
Plugins can be included individually (using Bootstrap's individual `js/dist/*.js`), or all at once using `bootstrap.js` or the minified `bootstrap.min.js` (don't include both).
-If you use a bundler (Webpack, Rollup...), you can use `/js/dist/*.js` files which are UMD ready.
+If you use a bundler (Webpack, Parcel, Vite...), you can use `/js/dist/*.js` files which are UMD ready.
## Usage with JavaScript frameworks