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

0.0.4 • 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

110

Version

0.0.4

License

MIT

Unpacked Size

10.3 kB

Total Files

6

Last publish

Collaborators

  • philmillman
  • theo