Intial commit.
This commit is contained in:
commit
349d0ad4ff
11 changed files with 1676 additions and 0 deletions
16
vite.config.js
Normal file
16
vite.config.js
Normal file
|
@ -0,0 +1,16 @@
|
|||
import { defineConfig } from 'vite'
|
||||
import tailwindcss from '@tailwindcss/vite'
|
||||
import Icons from 'unplugin-icons/vite'
|
||||
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [
|
||||
tailwindcss(),
|
||||
Icons({
|
||||
compiler: 'web-components',
|
||||
webComponents: {
|
||||
autoDefine: true,
|
||||
},
|
||||
})
|
||||
],
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue