feat: add admin frontend template

Signed-off-by: Ryan Wang <i@ryanc.cc>
This commit is contained in:
Ryan Wang
2022-06-10 12:24:39 +08:00
parent 4cdb939db7
commit 9e9821344a
17 changed files with 3231 additions and 0 deletions

6
admin-frontend/env.d.ts vendored Normal file
View File

@@ -0,0 +1,6 @@
/// <reference types="vite/client" />
declare module "*.vue" {
import Vue from "vue";
export default Vue;
}