Skip to content

Commit da3595b

Browse files
authored
Update asset-compilation-vite.md
1 parent daf2476 commit da3595b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console/asset-compilation-vite.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[Vite](https://vite.dev/) is a modern frontend build tool that provides an extremely fast development environment and bundles your code for production. When building applications with Winter CMS, you will typically use Vite to bundle your application's CSS and JavaScript files into production ready assets.
66

7-
Winter integrates seamlessly with Vite by providing several console commands ([`vite:create`](#automatic-vite-configuration), [`vite:install`](#install-node-dependencies), [`vite:list`](#list-registered-vite-packages), [`vite:compile`](#compile-a-vite-packages), and [`vite:watch`](#watch-a-vite-package)) for development and [helper functions](#loading-vite-assets) for loading your assets for development and production.
7+
Winter integrates seamlessly with Vite by integrating support for [Laravel's integration](https://laravel.com/docs/11.x/vite) and providing several console commands ([`vite:create`](#automatic-vite-configuration), [`vite:install`](#install-node-dependencies), [`vite:list`](#list-registered-vite-packages), [`vite:compile`](#compile-a-vite-packages), and [`vite:watch`](#watch-a-vite-package)) for development and [helper functions](#loading-vite-assets) for loading your assets for development and production.
88

99
By default, any plugin or theme containing a `vite.config.mjs` file at it's root will be automatically registered. Registered items can be viewed with the `vite:list` command.
1010

0 commit comments

Comments
 (0)