feat:微信端项目初始化
.gitignore
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
| { | |||
| "name": "ai-wechat", | |||
| "version": "1.0.0", | |||
| "description": "微信H5项目,支持静默登录", | |||
| "type": "module", | |||
| "scripts": { | |||
| "dev": "vite", | |||
| "build": "vite build", | |||
| "preview": "vite preview" | |||
| }, | |||
| "dependencies": { | |||
| "vue": "^3.3.0", | |||
| "vue-router": "^4.2.0", | |||
| "@ant-design/icons-vue": "^6.1.0", | |||
| "echarts": "^6.0.0", | |||
| "ant-design-vue": "^3.2.0", | |||
| "dayjs": "^1.11.0", | |||
| "event-source-polyfill": "^1.0.31" | |||
| }, | |||
| "devDependencies": { | |||
| "@vitejs/plugin-vue": "^4.2.0", | |||
| "vite": "^4.3.0", | |||
| "less": "^4.4.2" | |||
| } | |||
| } | |||
| \ No newline at end of file |
src/App.vue
0 → 100644
src/assets/logo.png
0 → 100644
28 KB
src/main.js
0 → 100644
src/router/index.js
0 → 100644
src/utils/wechat.js
0 → 100644
src/views/Home.vue
0 → 100644
src/views/Login.vue
0 → 100644
This diff is collapsed.
vite.config.js
0 → 100644