2 Star 3 Fork 0

mr.wesley.foxmail.com/基于特征挖掘的网络水军识别系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vite.config.ts 453 Bytes
一键复制 编辑 原始数据 按行查看 历史
mr.wesley.foxmail.com 提交于 2023-06-07 03:19 . 1
import {defineConfig} from 'vite'
import vue from '@vitejs/plugin-vue'
import path from 'path'
// https://vitejs.dev/config/
const getRootPath = () => {
return path.resolve(process.cwd())
}
const getSrcPath = (srcName = 'src') => {
return path.resolve(getRootPath(), srcName)
}
export default defineConfig({
plugins: [vue()],
resolve: {
alias: {
'@': getSrcPath(),
'~': getRootPath()
}
},
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zWesley/Network-Navy-Identification.git
git@gitee.com:zWesley/Network-Navy-Identification.git
zWesley
Network-Navy-Identification
基于特征挖掘的网络水军识别系统
master

搜索帮助