|
|
3 ay önce | |
|---|---|---|
| .vscode | 1 yıl önce | |
| public | 10 ay önce | |
| src | 3 ay önce | |
| .env | 1 yıl önce | |
| .env.development | 3 ay önce | |
| .eslintrc-auto-import.json | 1 yıl önce | |
| .eslintrc.cjs | 1 yıl önce | |
| .gitignore | 3 ay önce | |
| .prettierrc.json | 1 yıl önce | |
| README.md | 1 yıl önce | |
| index.html | 1 yıl önce | |
| package.json | 3 ay önce | |
| pnpm-lock.yaml | 3 ay önce | |
| vite.config.js | 3 ay önce |
This template should help get you started developing with Vue 3 in Vite.
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
See Vite Configuration Reference.
pnpm install
pnpm dev
pnpm build
pnpm lint
🔥 使用 新的 <script setup> 语法
📥 API 自动加载 - 直接使用 Composition API 无需引入
🌍 API 采用模块化自动导入方式根据demo.js文件设置接口,以API_xxx_method的方式命名,在请求时无需导入 直接使用useRequest()函数返回参数以解构的方式获取,拿到即为写入的接口