0.0.11 ā€¢ Published 3 years ago

vite-plugin-svelte-svelterial v0.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

A plugin for integration with Vite and SvelteKit.

šŸ  Homepage

Install

npm i -D vite-plugin-svelte-svelterial

Usage

with just vite

import { defineConfig } from 'vite';
import svelte from '@sveltejs/vite-plugin-svelte';
import svelterial from 'vite-plugin-svelte-svelterial';

export default defineConfig({
  plugins: [svelte(), svelterial({ your_config })],
});

with SvelteKit

{
  kit: {
    vite: () => ({
      plugins: [
        svelterial({ your_config })
      ],
    }),
  }
}

Run tests

cd packages/vite-plugin
pnpm t

Author

šŸ‘¤ TheComputerM

šŸ¤ Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ā­ļø if this project helped you!

šŸ“ License

Copyright Ā© 2021 TheComputerM. This project is MIT licensed.


This README was generated with ā¤ļø by readme-md-generator

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago