移动端通用模板
Go to file
suguo.yao 3125a1e994 chore: 部署位置变更为/mobile 2025-02-24 23:04:35 +08:00
.github refactor: Move type files to src/types (#126) 2024-09-12 17:19:46 +08:00
.vscode feat: Support JSON5 (#136) 2024-12-09 20:43:53 +08:00
build/vite fix(eslint): fix `eslint` warnings and errors 2024-12-18 13:55:59 +08:00
mock feat: Add user register page (#122) 2024-09-20 13:52:25 +08:00
public feat: Add favicon.ico as fallback icon 2024-12-27 11:35:49 +08:00
src chore: update packages 2025-02-24 22:16:10 +08:00
tests chore(deps): ⬆️ upgrade deps (#42) 2023-10-23 22:03:29 +08:00
.editorconfig chore: Update editorconfig 2024-11-10 20:42:30 +08:00
.env chore: 部署位置变更为/mobile 2025-02-24 23:04:35 +08:00
.env.development chore: New mock scheme (#50) 2023-12-22 23:31:32 +08:00
.env.production chore: Update `API_BASE_URL` in prod env 2024-06-06 10:53:20 +08:00
.gitignore chore: Add extensions.json 2023-12-25 22:31:45 +08:00
.npmrc chore: Update .npmrc 2024-08-26 16:31:26 +08:00
Dockerfile chore: 部署位置变更为/mobile 2025-02-24 23:04:35 +08:00
LICENSE Create LICENSE 2022-06-06 13:21:58 +08:00
README.md chore: update 2024-12-27 13:49:41 +08:00
README.zh-CN.md chore: update 2024-12-27 13:49:41 +08:00
commitlint.config.ts chore: replace husky with simple-git-hooks (#143) 2025-02-20 22:12:54 +08:00
eslint.config.ts chore: use eslint builtin ts config file support (#112) 2025-02-14 13:25:53 +08:00
index.html feat: change `lang` attribute when switching languages 2024-10-09 09:33:27 +08:00
netlify.toml chore: Set up the node build environment 2023-12-27 10:39:03 +08:00
nginx.conf chore: 部署位置变更为/mobile 2025-02-24 23:04:35 +08:00
package.json chore: update packages 2025-02-24 22:16:10 +08:00
pnpm-lock.yaml chore: replace husky with simple-git-hooks (#143) 2025-02-20 22:12:54 +08:00
tsconfig.json chore: Adjust the include configuration for `tsconfig.json` (#138) 2024-12-18 13:09:28 +08:00
uno.config.ts chore: Update all deps 2025-02-19 10:28:00 +08:00
vite.config.ts refactor: Update viewport containing block config (#129) 2025-02-19 11:04:11 +08:00

README.md

cover

vue3-vant-mobile

English / 简体中文

An mobile web apps template based on the Vue 3 ecosystem.

一个基于 Vue 3 生态系统的移动 web 应用模板,帮助你快速完成业务开发。

license version repo-size languages issues

文档 / 交流 / 反馈

🖥 Online Preview

Netlify Status


Features


Pre-packed

UI Frameworks

Plugins

Coding Style

Dev tools

Try it now

vue3-vant-mobile requires Node 18+

GitHub Template

Create a repo from this template on GitHub

Clone to local

If you prefer to do it manually with the cleaner git history

npx tiged easy-temps/vue3-vant-mobile my-mobile-app
cd my-mobile-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm

Checklist

When you use this template, try follow the checklist to update your info properly

  • Change the author name in LICENSE
  • Change the title in index.html
  • Change the hostname in vite.config.ts
  • Change the favicon in public
  • Clean up the READMEs and remove routes

And, enjoy :)

Usage

Development

Just run and visit http://localhost:3000

pnpm dev

Build

To build the App, run

pnpm build

And you will see the generated file in dist that ready to be served.

Deploy on Netlify

Go to Netlify and select your clone, OK along the way, and your App will be live in a minute.

Community 👏

We recommend that issue be used for problem feedback, or Wechat group.

Donation

Buy Me a Coffee

💝 Our Sponsors 💝

Your sponsorship will help us continue to iterate on this exciting project! 🚀

keyFeng ljt990218 heked topcnm qiyue2015

💪 Contributors 💪

Our contributors have made this project better. Thank you! 🙏

CharleeWa ljt990218 wswmsword weiq SublimeCT ReginYuan smartsf Kysen777 Leezon AlphaYoung111 leo4developer InsHomePgup wowping ChunyuPCY qiyue2015 pyQianYi xyy94813 faukwaa chensongni csheng-github

License

MIT License

⬆️ Back to Top