vue3-vant-mobile

An mobile web apps template based on the Vue 3 ecosystem。一个基于 Vue 3 生态系统的移动 web 应用模板,帮助你快速完成业务开发。

MIT License

Stars
813

Bot releases are hidden (Show)

vue3-vant-mobile - v2.0.0

Published by CharleeWa 10 months ago

What's Changed

  • feat: Configure ESM as default (b5b1a044f7f832bce75fbcda70c5ac75225edb67)
  • feat: Enhanced scroll behavior for Vue Router v4 (37609a2fc69ab796d1c90333e47e5cb62ee17f41)
  • feat: Add support for file-based routing (69c7033d3844fe707604e9b8ad6c895d5295f134)
  • feat: Add unocss for easier CSS styling (92564364a58252e92726e0dc0ddf048407072a7e)
  • feat: New mock scheme (85f664a60e40fe9edc1345ec945e59d745344520)
  • feat: Add unocss example (8d71e8d588745b7907a55325b6278a7e9dec5aaf)
  • docs: Rewrite README.md (eec1e0e5511b6b4615dcbc2d00cded5be300009b)
  • fix: Fixed spelling errors in the route (672cee09bc9ddf443e50ae9b23de2cb06523835f)
  • fix: Fixed axios v1.3.4 types broken (5d54e05d53c60dd1a89ec95aeff0b69b56dca204)
  • fix: Resolve build exceptions (b23be5ba814c638206a6117d0e5754bba4a0c8b6)
  • refactor: Explicitly import node:process (c15c88405364fdf77c7629d257e23281add2152a)
  • refactor: Change the path of the global declaration (6f1134f158afd6ee93f0c361ba1faf5add507795)
  • chore: Enable console in dev mode (4406dcb94a2cdc5d629c2b63191b6b8693eaedf3)
  • chore: Disable the Markdown MD033 rule (27487b7df7e838df69699ce1525185221b69f91e)
  • chore: Remove Plop globally (6da8e4192ed7504be5bc47dd49bd3c84d8ef2f3d)
  • chore: Add API_BASE_URL to env.production (2e649754802444ab583c83037ffaba88613b5efc)
  • chore: Convert mock files to TypeScript (80bc75b82e86fc60118ceb41cd3ea2f10cf80cfc)
  • chore: Add netlify.toml configuration (cb7371e1ada1021d5e8c253617bb9147c74c13aa)
  • chore: Upgrade all deps

New Contributors

vue3-vant-mobile - v1.3.0

Published by CharleeWa over 1 year ago

🚀 Features

  • Support usability of PC viewport - by @wswmsword in #3 (0267b6d826a7498dd3ad293bafbca907c54bf2c4)

🐞 Bug Fixes

  • Added the husky initialization script - by @Kysen777 (7cfefee4bd4bb83b3439100664efb15a8a5d8050)
vue3-vant-mobile - v1.2.0

Published by CharleeWa almost 2 years ago

🐞 Bug Fixes

  • Fixed Mock value judgments — by @leo4developer in #24
  • Fixed Swipe animation effect — by @CharleeWa in #23

🚨 Breaking Changes

  • Refactor migrate the postcss configuration — by @CharleeWa in 1985329d98e67cdccc3e1722c09e8d26b252be2a

⬆️ Update dependency

  • Upgrade vite to v3.2.5
  • Upgrade vant to v4.0.2
  • Upgrade vue-tsc to v1.0.11
vue3-vant-mobile - v1.1.0

Published by CharleeWa almost 2 years ago

🚀 Features

  • Auto import APIs on-demand for vite (#11 )
  • Add Vitest and @vant/use pkg
  • Support persist pinia stores (#15 )
  • Add echarts demo (#14 )
  • Add git emoji with chinese

🐛 Bug Fixes

  • Fixed error during build by @Leezon (#13 )
  • Fixed mock page cover in small screen by @CharleeWa (#17 )
  • Fixed blank page when VITE_APP_PUBLIC_PATH is changed by @weiq (#21 )

⬆️ Upgrade

  • Upgrade vite2 to vite3
  • Upgrade vant form alpha to beta (#12 )
  • Upgrade vue-tsc to 1.0.8

🔨 Refactor

  • Refactor the mock serve
  • Switch to pnpm from yarn
vue3-vant-mobile - v1.0.0

Published by CharleeWa over 2 years ago

  • ✨ 支持 Dark Mode (暗黑) 模式
  • ✨ 支持 Vue3 JSX
  • ✨ 使用
  • ✨ 支持按需引入、注册组件
  • ✨ Mock 相关文件修改
vue3-vant-mobile - v0.2.0

Published by CharleeWa over 2 years ago

  • ✨ 支持 Vant UI (按需引入)
  • ✨ 支持 viewport 页面布局
  • ✨ 支持数据 Mock 请求
  • ✨ 封装公共 Axios 请求工具库
  • ✨ 支持路由加载动画
  • ✨ 一个标准移动端TS项目