0.0.11 • Published 9 months ago

@dmno/vite-integration v0.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Check out the docs for more information on how to use DMNO + Vite.

THIS IS PREVIEW SOFTWARE AND SUBJECT TO RAPID CHANGE

If you have any questions, please reach out to us on Discord.


@dmno/vite-integration npm

Provides tooling to integrate dmno into your vite dev/build workflow

How to use

Import and initialize our vite plugin and add to the plugins section in your vite.config.ts file

import { dmnoViteIntegration } from '@dmno/vite-integration';

// https://vitejs.dev/config/
export default defineConfig({
  // ... your existing config
  plugins: [
    // ... the rest of your plugins
    vue(),
    dmnoViteIntegration(),
  ],

});
0.0.11

9 months ago

0.0.10

9 months ago

0.0.9

10 months ago

0.0.8

1 year ago

0.0.5

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago