# FreedomPlan 自由计划 ## 技术栈 - 构建工具:Vite - 格式规范:Prettier + Eslint(<9,日后视情况迁移) - 语言框架:Vue3 + TypeScript - 状态管理:Pinia - UI框架:Element-Plus - 路由:Vue-Router - 网络请求库:Axios - CSS相关:Sass + PostCss + Normalize.css - 其他库: - TS中Node.js核心模块类型库:@types/node - 处理Node20的tsconfig:@tsconfig/node20 - 自动导入库:unplugin-auto-import - Vue组件按需导入:unplugin-vue-components - vue3自动引入icon:unplugin-icons ## git提交注释 | 注释 | 说明 | | -------- | ---------------------- | | feature | 新功能、新添加 | | fix | 修复bug | | docs | 文档修改 | | style | 样式变更、风格变更 | | lib | 工具包 or 插件 | | refactor | 功能重构 | | revert | 撤销上一次的commit | | test | 测试用例、或者测试功能 | | | |