工程初始化

This commit is contained in:
aixianling
2022-12-27 10:40:16 +08:00
parent bd98f85db2
commit 4684d1d4cd
13 changed files with 261 additions and 36 deletions

8
vite.config.js Normal file
View File

@@ -0,0 +1,8 @@
import { defineConfig } from 'vite'
import uni from '@dcloudio/vite-plugin-uni'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [
uni(),
],
})