Skip to content

Latest commit

 

History

History
executable file
·
28 lines (15 loc) · 1.68 KB

README.md

File metadata and controls

executable file
·
28 lines (15 loc) · 1.68 KB

Scrutinizer Code Quality Code Coverage Build Status Code Intelligence Status

Vite plugin for Craft CMS 5.x

Allows the use of the Vite.js next generation frontend tooling with Craft CMS

Screenshot

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

  1. Install with Composer via composer require nystudio107/craft-vite from your project directory
  2. 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