1 Star 0 Fork 0

秦豪杰/vue3-ant-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
env.d.ts 506 Bytes
一键复制 编辑 原始数据 按行查看 历史
秦豪杰 提交于 2023-05-12 18:05 . feat: 🎉 项目模板搭建
/// <reference types="vite/client" />
declare module "*.vue" {
import type { DefineComponent } from "vue";
const component: DefineComponent<{}, {}, any>;
export default component;
}
/// <reference types="vite/client" />
interface ImportMetaEnv extends Readonly<Record<string, string>> {
readonly VITE_USER_NODE_ENV: "development" | "production"; //自定义环境变量
readonly VITE_APP_TITLE: string;
readonly VITE_API_URL: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/LuckyCatHao/vue3-ant-admin.git
git@gitee.com:LuckyCatHao/vue3-ant-admin.git
LuckyCatHao
vue3-ant-admin
vue3-ant-admin
main

搜索帮助