Skip to content

Commit

Permalink
🎭 chore: eslint v9 upgrade (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsuwwz authored Apr 18, 2024
1 parent 8cda869 commit c47936d
Show file tree
Hide file tree
Showing 32 changed files with 886 additions and 693 deletions.
7 changes: 0 additions & 7 deletions .eslintignore

This file was deleted.

115 changes: 0 additions & 115 deletions .eslintrc.cjs

This file was deleted.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## 简介

🗂️ 一个基于 Vite5 + Vue3 + Naive UI + TS 的 Tab 切换选项卡演示项目,其内部抽象出了一个**比较贴近实战****项目管理系统**的业务场景,虽不涉及特别复杂的业务逻辑但也不失灵活,旨在更好地理解和展示如何使用 Tab 标签页组件,项目基于原子化 UnoCSS 框架配置主题,还自带一个模块化的组件开发环境,使页面组件、路由组件、状态管理和样式等模块可以根据 Modules 目录进行解耦,它是一个开箱即用的解决方案,也适合作为快速开发中后台前端,可用于学习和参考
🗂️ 一个基于 Vite5 + Vue3 + Naive UI + TS + ESLint(v9) 的 Tab 切换选项卡演示项目,其内部抽象出了一个**比较贴近实战****项目管理系统**的业务场景,虽不涉及特别复杂的业务逻辑但也不失灵活,旨在更好地理解和展示如何使用 Tab 标签页组件,项目基于原子化 UnoCSS 框架配置主题,还自带一个模块化的组件开发环境,使页面组件、路由组件、状态管理和样式等模块可以根据 Modules 目录进行解耦,它是一个开箱即用的解决方案,也适合作为快速开发中后台前端,可用于学习和参考


__[🌈 Live Demo 在线体验](https://pdsuwwz.github.io/vue3-tab-demo)__
Expand All @@ -20,6 +20,7 @@ __[🌈 Live Demo 在线体验](https://pdsuwwz.github.io/vue3-tab-demo)__
* Vite 5.x
* Pinia 2.x
* TypeScript 5.x
* ESLint 9.x
* VueUse
* Unplugin + UnoCSS

Expand Down
Loading

0 comments on commit c47936d

Please sign in to comment.