[add] first

This commit is contained in:
建喵 2022-09-30 09:48:41 +08:00
parent e8f95a4d4d
commit 0f19b5b19b
3 changed files with 7887 additions and 1510 deletions

6473
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +1,13 @@
import { defineConfig } from "vite";
import vue from "@vitejs/plugin-vue"; import vue from "@vitejs/plugin-vue";
import { defineConfig } from "vite";
// https://vitejs.dev/config/ // https://vitejs.dev/config/
export default defineConfig({ export default defineConfig({
plugins: [ plugins: [
vue({ vue({
// 支持 Markdown 文件加载 base: "./",
include: [/\.vue$/], // 支持 Markdown 文件加载
}), include: [/\.vue$/],
], }),
],
}); });

2909
yarn.lock

File diff suppressed because it is too large Load Diff