UNPKG

vue-cookie-accept-decline

Version:

Show a banner with text, a decline button, and an accept button on your page.

12 lines (10 loc) 254 B
import { defineConfig } from 'vite'; import vue from '@vitejs/plugin-vue'; export default defineConfig({ base: '/vue-cookie-accept-decline/', // For GitHub docs support build: { outDir: '../docs', }, plugins: [vue()], root: 'example', });