]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Docs: Add a Vite Getting Started guide (#36412)
authorJulien Déramond <juderamond@gmail.com>
Sat, 4 Jun 2022 16:42:32 +0000 (18:42 +0200)
committerGitHub <noreply@github.com>
Sat, 4 Jun 2022 16:42:32 +0000 (09:42 -0700)
commit5b0bf3f49a94ca96334651eca9aeeb56d48bf144
tree4140119de309be6e5121c445521253d2955d8ff0
parent8965b11dd5ec9f6d353c53b58e256880d6a96703
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 <otto@github.com>
* Update site/content/docs/5.2/getting-started/vite.md

Co-authored-by: Mark Otto <markdotto@gmail.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Mark Otto <otto@github.com>
12 files changed:
.cspell.json
site/content/docs/5.2/customize/optimize.md
site/content/docs/5.2/examples/starter-template/index.html
site/content/docs/5.2/getting-started/javascript.md
site/content/docs/5.2/getting-started/vite.md [new file with mode: 0644]
site/content/docs/5.2/getting-started/webpack.md
site/data/sidebar.yml
site/layouts/partials/footer.html
site/static/docs/5.2/assets/img/guides/bootstrap-vite.png [new file with mode: 0644]
site/static/docs/5.2/assets/img/guides/bootstrap-vite@2x.png [new file with mode: 0644]
site/static/docs/5.2/assets/img/guides/vite-dev-server-bootstrap.png [new file with mode: 0644]
site/static/docs/5.2/assets/img/guides/vite-dev-server.png [new file with mode: 0644]