@dmno/vite-integration
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

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

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(),
  ],

});

Package Sidebar

Install

npm i @dmno/vite-integration

Weekly Downloads

119

Version

0.0.6

License

MIT

Unpacked Size

14.1 kB

Total Files

7

Last publish

Collaborators

  • philmillman
  • theo