vite-plugin-svelte-svelterial

0.0.11 • Public • Published

vite-plugin-svelte-svelterial

Version Documentation Maintenance License: MIT Twitter: TheComputerM

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.11
    2
    • latest

Version History

Package Sidebar

Install

npm i vite-plugin-svelte-svelterial

Weekly Downloads

2

Version

0.0.11

License

MIT

Unpacked Size

126 kB

Total Files

8

Last publish

Collaborators

  • thecomputerm