commit:升级到vue3,更新最近工作流技术栈,支持sa-token

This commit is contained in:
Jerry
2024-07-05 22:42:33 +08:00
parent bbcc608584
commit 565ecb6371
1751 changed files with 236790 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# 探索前端前沿技术,并创建相关的模板
## 主要内容
### 主要工具包
* vite4 vue3 pinia vue-router axios ts element-plus vant
### 主要规范工化工具
* eslint规范及配置
* prettier规范及配置
* stylelint规范及配置
### 推荐的约束
* 推荐使用vscode编辑器 安装eslint插件 prettier插件 Volar插件
* 推荐使用node 18.16.1 版本
### 使用方式
* 克隆项目到本地
* 进入项目根目录 执行 npm install 安装依赖
* 启动项目 npm run dev
* 访问 <http://localhost:8085>