[文档](https://easy-temps.github.io/easy-docs/vue3-vant-mobile/) / [交流](https://github.com/easy-temps/vue3-vant-mobile/issues/56) / [反馈](https://github.com/easy-temps/vue3-vant-mobile/issues) Live Demo [![Netlify Status](https://api.netlify.com/api/v1/badges/e6828bd2-2904-4c3e-a67c-b97d32aa1275/deploy-status)](https://app.netlify.com/sites/vue3-vant-mobile/deploys)
📲 PWA
🎨 UnoCSS - the instant on-demand atomic CSS engine
🔥 Use the new <script setup>
syntax
📥 APIs auto importing - use Composition API and others directly
💪 TypeScript, of course
⚙️ Unit Testing with Vitest
💾 Mock server Support
🌈 Git hooks - lint and commit
🪶 Vant - Vue UI library for mobile web apps
🔭 vConsole - the developer tool for mobile web page
📱 Browser adaptation - use viewport vw/vh units
💻 Desktop optimization - the mobile area
🌓 Dark Mode Support
🛡️ Configure ESM as default
☁️ Deploy on Netlify, zero-config
@unocss/preset-rem-to-px
- Converts rem to px for all utilitieseslint-plugin-unocss
- ESLint plugin for UnoCSSvant-touch-emulator
- Simulate mobile touch events on the desktopvant-use
- Built-in composition APIs of Vantunplugin-vue-router
- file system based routingpinia-plugin-persistedstate
- Configurable persistence and rehydration of Pinia storesunplugin-vue-i18n
- unplugin for Vue I18n<script setup>
SFC syntax<script setup>
IDE supportvue3-vant-mobile requires Node 18+
Create a repo from this template on GitHub
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
When you use this template, try follow the checklist to update your info properly
LICENSE
index.html
vite.config.ts
public
And, enjoy :)
Just run and visit http://localhost:3000
pnpm dev
To build the App, run
pnpm build
And you will see the generated file in dist
that ready to be served.
Go to Netlify and select your clone, OK
along the way, and your App will be live in a minute.
We recommend that issue be used for problem feedback, or Wechat group.
Your sponsorship will help us continue to iterate on this exciting project! 🚀
Our contributors have made this project better. Thank you! 🙏
MIT License