Skip to content

Releases: SadWood/vue-quick-start-template

Release 0.1.4

26 Apr 07:22
Compare
Choose a tag to compare
  • feat: 添加开发环境https支持,优化开发环境依赖加载 (7390af5)
  • refactor: 更新eslint.config,删除eslintignore (0d98edb)
  • fix: 更新index.html中的meta标签 (21cbfb9)
  • feat: 添加playground页面及路由 (33e071c)
  • refactor: 重构代码,提高可读性和可维护性 (9039e59)
  • feat: add vue-query and unplugin-inline-enum, add the corresponding examples (b731ba9)
  • feat: add unplugin-vue-router,adjust the directory structure (6017c59)
  • docs: update README (cf2e74f)

Release 0.1.3

02 Apr 03:31
Compare
Choose a tag to compare
  • refactor: 更改tailwind.config为ts文件,调整TDesignView样式 (765abf1)
  • feat: 增加Pinia持久化缓存功能,升级优化依赖 (485d750)
  • chore(prettier): 更新prettier相关配置 (3f74cea)
  • refactor: 删除IconComponents,改用tailwindcss icon class (8f38898)
  • chore(package.json): remove format script from package.json (38b6b53)

Release 0.1.2

01 Apr 06:52
Compare
Choose a tag to compare
  • fix: fix import and method call (3e52a1a)
  • chore(vite.config.ts): update vite.config.ts with component resolvers and chunk configuration (fadb246)
  • feat: 调整目录结构,增加Iconify Plugin和TDesign相关示例 (ee76053)
  • build(package.json): 升级&删除依赖,添加Iconify for Tailwind CSS插件,更新prepare (3aa6520)

Release 0.1.1

28 Mar 08:44
Compare
Choose a tag to compare
  • chore(package.json): 添加release-it配置 (85fffe5)
  • feat: 添加git提交规范及检测,修改README,添加release-it (12e5a66)
  • refactor(vite.config): 重构manualChunks (d6f29a6)
  • feat(views,router): 删除AboutView以及相关路由 (8b80257)
  • build(package): 升级依赖 (a105a08)
  • perf(style,vite,tsconfig,tailwind,vueuse): 优化代码,新增VueUseView (687de18)
  • feat(package,tailwind,vite): 添加新路由,优化vite和package (3245744)
  • Add links to README.md (5712b47)
  • feat(vite,echarts): 添加echarts路由及示例,优化打包配置 (10ce763)
  • build(eslint,vite): 增加eslint规则,修改vite配置 (e281e94)
  • Update dependencies in package.json (f845737)
  • feat(vite.config,main,settings): 添加tdesign和element-plus相关预配置 (cfe7b0f)
  • feat(*): 添加unplugin插件,用tw重写样式 (5a3c7a8)
  • feat(config,eslint,package): 增加全局config,添加radash,修改eslint以更符合开发习惯,全局格式化代码 (630391e)