Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nystudio107/craft-vite

Allows the use of the Vite.js next generation frontend tooling with Craft CMS
https://github.com/nystudio107/craft-vite

craft craftcms vite vite-plugin

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/nystudio107/craft-vite/badges/quality-score.png?b=v5)](https://scrutinizer-ci.com/g/nystudio107/craft-vite/?branch=v5) [![Code Coverage](https://scrutinizer-ci.com/g/nystudio107/craft-vite/badges/coverage.png?b=v5)](https://scrutinizer-ci.com/g/nystudio107/craft-vite/?branch=v5) [![Build Status](https://scrutinizer-ci.com/g/nystudio107/craft-vite/badges/build.png?b=v5)](https://scrutinizer-ci.com/g/nystudio107/craft-vite/build-status/v5) [![Code Intelligence Status](https://scrutinizer-ci.com/g/nystudio107/craft-vite/badges/code-intelligence.svg?b=v5)](https://scrutinizer-ci.com/code-intelligence)

# Vite plugin for Craft CMS 5.x

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

![Screenshot](./docs/docs/resources/img/plugin-logo.png)

Related Article: [Vite.js Next Generation Frontend Tooling + Craft CMS](https://nystudio107.com/blog/using-vite-js-next-generation-frontend-tooling-with-craft-cms)

Most of the magic is actually in the [nystudio107/craft-plugin-vite](https://github.com/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](https://nystudio107.com/plugins/vite/documentation)

Brought to you by [nystudio107](http://nystudio107.com)