Skip to content

chicory-lang/vite-plugin-chicory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vite Plugin for Chicory

Usage

  1. Install the plugin:
npm install --save-dev @chicory-lang/vite-plugin-chicory
  1. Add the plugin to your vite.config.js:
import { defineConfig } from 'vite';
import chicory from '@chicory-lang/vite-plugin-chicory';

export default defineConfig({
  plugins: [chicory()],
});

For more information about developing with Chicory, see the Chicory documentation.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published