推荐系统初始化

This commit is contained in:
2023-05-09 17:53:58 +08:00
commit 9f8c374ac2
406 changed files with 68905 additions and 0 deletions

8
web/vue.config.js Normal file
View File

@@ -0,0 +1,8 @@
const path = require('path')
module.exports = {
publicPath: './', // 基本路径
outputDir: 'dist',
assetsDir: 'static',
lintOnSave: false, // eslint-loader 是否在保存的时候检查
}