nystudio107 / craft-vite
Allows the use of the Vite.js next generation frontend tooling with Craft CMS
Fund package maintenance!
khalwat
Installs: 191 237
Dependents: 20
Suggesters: 0
Security: 0
Stars: 51
Watchers: 6
Forks: 15
Type:craft-plugin
Requires
- php: ^8.2
- craftcms/cms: ^5.0.0
- nystudio107/craft-plugin-vite: ^5.0.2
Requires (Dev)
- craftcms/cloud: ^2.0.0
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
- craftcms/rector: dev-main
- dev-develop-v5
- v5.x-dev
- 5.0.1
- 5.0.0
- 5.0.0-beta.3
- 5.0.0-beta.2
- 5.0.0-beta.1
- v4.x-dev
- 4.0.10
- 4.0.9
- 4.0.8
- 4.0.7
- 4.0.6
- 4.0.5
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 4.0.0-beta.4
- 4.0.0-beta.3
- 4.0.0-beta.2
- 4.0.0-beta.1
- v1.x-dev
- 1.0.35
- 1.0.34
- 1.0.33
- 1.0.32
- 1.0.31
- 1.0.30
- 1.0.29
- 1.0.28
- 1.0.27
- 1.0.26
- 1.0.25
- 1.0.24
- 1.0.23
- 1.0.22
- 1.0.21
- 1.0.20
- 1.0.19
- 1.0.18
- 1.0.17
- 1.0.16
- 1.0.15
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-develop-v4
- dev-develop
This package is auto-updated.
Last update: 2024-10-08 03:40:26 UTC
README
Vite plugin for Craft CMS 5.x
Allows the use of the Vite.js next generation frontend tooling with Craft CMS
Related Article: Vite.js Next Generation Frontend Tooling + Craft CMS
Most of the magic is actually in the nystudio107/craft-plugin-vite package, so that Craft CMS plugins can use it too.
Requirements
This plugin requires Craft CMS 5.0.0 or later.
Installation
- Install with Composer via
composer require nystudio107/craft-vite
from your project directory - Install the plugin via
php craft install/plugin vite
via the CLI -or- in the Craft Control Panel under Settings > Plugins
You can also install Vite via the Plugin Store in the Craft Control Panel.
Documentation
Click here -> Vite Documentation
Brought to you by nystudio107