1 Star 1 Fork 1

mingchen3398 / image2base64

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vite.config.js 262 Bytes
一键复制 编辑 原始数据 按行查看 历史
mingchen3398 提交于 2022-03-23 10:18 . init
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
const path = require('path')
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()],
resolve: {
alias: {
'@': path.join(__dirname, 'src')
}
}
})
1
https://gitee.com/mingchen3398/image2base64.git
git@gitee.com:mingchen3398/image2base64.git
mingchen3398
image2base64
image2base64
base64

搜索帮助