feat(docs): add data script

* fetches npm & github info
* add vite plugin icons
This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent 9344365aff
commit 4d668f8b6d
12 changed files with 379 additions and 377 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import windiColors from 'windicss/colors'
export default defineConfig({
extract: {
include: [resolve(__dirname, 'components/**/*.{ts,md,vue}')],
include: [resolve(__dirname, 'components/**/*.{ts,md,vue}'), resolve(__dirname, '../src/**/*.{ts,md,vue}')],
},
attributify: true,