English / 简体中文
An mobile web apps template based on the Vue 3 ecosystem.
一个基于 Vue 3 生态系统的移动 web 应用模板,帮助你快速完成业务开发。
-
📲 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 - The instant on-demand atomic CSS engine
@unocss/preset-rem-to-px
- Converts rem to px for all utilitieseslint-plugin-unocss
- ESLint plugin for UnoCSS
- Vant - Vue UI library for mobile web apps
vant-touch-emulator
- Simulate mobile touch events on the desktopvant-use
- Built-in composition APIs of Vant
- Vue Router
unplugin-vue-router
- file system based routing
- Pinia - Intuitive, type safe, light and flexible Store for Vue using the composition api
pinia-plugin-persistedstate
- Configurable persistence and rehydration of Pinia stores
- Vue I18n - Internationalization
unplugin-vue-i18n
- unplugin for Vue I18n
- unplugin-vue-components - components auto import
- unplugin-auto-import - Directly use Vue Composition API and others without importing
- vite-plugin-vconsole - A lightweight, extendable front-end developer tool for mobile web page
- vite-plugin-mock-dev-server - Vite Plugin for API mock dev server
- postcss-mobile-forever - To adapt different displays by one mobile viewport
- vite-plugin-vue-devtools - Designed to enhance the Vue developer experience
- vueuse - collection of useful composition APIs
- @unhead/vue - manipulate document head reactively
- vite-plugin-pwa - PWA
- vite-plugin-sitemap - sitemap and robots generator
- Use Composition API with
<script setup>
SFC syntax - ESLint with @antfu/eslint-config, single quotes, no semi
- TypeScript
- Vitest - Unit testing powered by Vite
- pnpm - fast, disk space efficient package manager
- Netlify - zero-config deployment
- VS Code Extensions
- Vite - Fire up Vite server automatically
- Volar - Vue 3
<script setup>
IDE support - Iconify IntelliSense - Icon inline display and autocomplete
- i18n Ally - All in one i18n support
- ESLint
vue3-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
- 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 :)
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