Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days ago
JSON representation
Allows the use of the Vite.js next generation frontend tooling with Craft CMS
- Host: GitHub
- URL: https://github.com/nystudio107/craft-vite
- Owner: nystudio107
- License: mit
- Created: 2021-04-29T12:04:37.000Z (over 3 years ago)
- Default Branch: develop-v5
- Last Pushed: 2024-08-14T02:05:26.000Z (5 months ago)
- Last Synced: 2024-09-14T22:47:51.919Z (4 months ago)
- Topics: craft, craftcms, vite, vite-plugin
- Language: PHP
- Homepage:
- Size: 1.26 MB
- Stars: 51
- Watchers: 6
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- fucking-awesome-vite - Craft Vite - Plugin for integration with Craft CMS. (Integrations with Backends / Craft CMS)
- awesome-vite - Craft Vite - Plugin for integration with Craft CMS. (Integrations with Backends / Craft CMS)
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 > PluginsYou 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)