1 Star 0 Fork 0

sailornpg/react+ts组件库

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vite.config.ts 424 Bytes
一键复制 编辑 原始数据 按行查看 历史
sailornpg 提交于 2022-05-22 20:37 . feat:添加input、Tabs 示例
/*
* @Date: 2022-05-18 19:32:37
* @LastEditors: sailornpg
* @LastEditTime: 2022-05-22 17:56:01
* @FilePath: \my-react-components\vite.config.ts
* @Description: something
*/
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
const path = require("path");
export default defineConfig({
plugins: [react()],
resolve: {
alias: {
"@": path.join(__dirname, "./src"),
},
},
});
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chen-jiachuan/react-ts-component-library.git
git@gitee.com:chen-jiachuan/react-ts-component-library.git
chen-jiachuan
react-ts-component-library
react+ts组件库
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385