S11-11 Vue-项目:mr-vue3-ts-consult-patient
[TOC]
环境搭建
接口文档
地址:https://apifox.com/apidoc/shared-aeb0d03e-c713-4f55-afaf-21cddf542751/api-160608919
技术栈
- Vue3:
@3.5.13
- TS5:
@5.6.3
- Vite6:
@6.0.5
。使用create-vue
创建项目 - Pinia2:
@2.3.0
。 - VueRouter4:
@4.5.0
- Node20:
node@20.11.1
- Vant:
创建项目
使用create-vue
工具创建mr-vue3-ts-cms
项目。create-vue
是基于vite的脚手架工具
sh
$ pnpm create vue@latest
创建选项