移动端通用模板
Go to file
Charlie Wang 96a69c6805 chore(docs): update readme for contributors 2022-10-26 15:18:45 +08:00
.husky 🚑 update git hooks rules. 2022-10-22 20:57:58 +08:00
.vscode 🎨 use @antfu/eslint-config. 2022-10-22 20:51:16 +08:00
build/mock 🎨 use @antfu/eslint-config. 2022-10-22 20:51:16 +08:00
mock 🎨 use @antfu/eslint-config. 2022-10-22 20:51:16 +08:00
plop-templates 🎨 use @antfu/eslint-config. 2022-10-22 20:51:16 +08:00
public chore(file): change favicon.ico 2022-06-22 13:22:57 +08:00
scripts 🎨 use @antfu/eslint-config. 2022-10-22 20:51:16 +08:00
src Update index.ts 2022-10-26 09:27:16 +08:00
tests 🎨 use @antfu/eslint-config. 2022-10-22 20:51:16 +08:00
.browserslistrc Deps: Support viewport layout & browser prefix 2022-05-29 23:25:55 +08:00
.editorconfig chore: 🔨 add prettier - code format 2022-09-29 17:32:29 +08:00
.env chore: upgrade typescript4.7.3 & fix type definition 2022-06-13 17:24:03 +08:00
.env.development chore: upgrade typescript4.7.3 & fix type definition 2022-06-13 17:24:03 +08:00
.env.production chore: upgrade typescript4.7.3 & fix type definition 2022-06-13 17:24:03 +08:00
.eslintignore 🎨 use @antfu/eslint-config. 2022-10-22 20:51:16 +08:00
.eslintrc chore: 🔥 remove `eslintrc-auto-import.json` file 2022-10-26 12:43:06 +08:00
.gitignore 🎨 use @antfu/eslint-config. 2022-10-22 20:51:16 +08:00
.umirc.mock.js Feat: Support mock server 2022-06-04 15:07:46 +08:00
LICENSE Create LICENSE 2022-06-06 13:21:58 +08:00
README.md chore(docs): update readme for contributors 2022-10-26 15:18:45 +08:00
auto-imports.d.ts chore(deps): ⬆️ upgrade unplugin 2022-10-26 11:28:49 +08:00
components.d.ts chore(deps): ⬆️ upgrade unplugin 2022-10-26 11:28:49 +08:00
index.html chore(pkg): 🐎 switch to pnpm. 2022-10-25 10:59:04 +08:00
package.json chore(deps): ⬆️ upgrade unplugin 2022-10-26 11:28:49 +08:00
plopfile.js 🎨 use @antfu/eslint-config. 2022-10-22 20:51:16 +08:00
pnpm-lock.yaml chore(deps): ⬆️ upgrade unplugin 2022-10-26 11:28:49 +08:00
postcss.config.js 🎨 use @antfu/eslint-config. 2022-10-22 20:51:16 +08:00
tsconfig.json feat: add Vitest tool 2022-08-16 10:57:15 +08:00
vite.config.ts chore: 🔥 remove `eslintrc-auto-import.json` file 2022-10-26 12:43:06 +08:00

README.md

logo

Vue3-Vant-Mobile

Mobile Template built on Vue3、Vite3、Vant4、Pinia2、Vitest、TypeScript

license version repo-size languages issues

Introduction

🔥🔥🔥 Vue3 Vant Mobile based on Vue3, Vite3, Vant4, Pinia2, Vitest, TypeScript; 🚀🚀🚀 Integrate Plop to generate any type of code block, integrate Dark Mode (Dark) configuration, integrate Mock data, and other handy extensions. 💖💖💖 In short, clean, simple, easy to use, reference, can save you a week of development time, hope you like it.

Achievement

🎉🎉🎉 Added to the Awesome Vite.Js

Features

  • 🌓 Support Dark Mode
  • 💪 Written in TypeScript
  • 🚀 Support Vue 3 out-of-the-box
  • 🤖 Auto Importing components
  • 📄 Easy to create files (plop)
  • 📦 Using pnpm package manager
  • 💾 Support Mock server
  • 🌈 Support Git hooks (lint and commit)
  • 💖 Mobile UI Components (Vant4)
  • 🍍 Pinia, Store for Vue

Install and use

  • Get the project code
git clone https://github.com/CharleeWa/vue3-vant-mobile.git
  • Installation dependencies
cd vue3-vant-mobile

# with pnpm
pnpm install

  • run
pnpm dev
  • build
pnpm build

Preview

You can scan the following QR code to access the demo

Browser Support

Support modern browsers and Chrome >= 51、iOS >= 10.0 (same as Vue 3)

 Edge
IE
 Edge
Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
not support last 2 versions last 2 versions last 2 versions last 2 versions

Contributors

LICENSE

MIT