移动端通用模板
Go to file
Charlie Wang 8c68c6e0a2 🚧 skip question for git commit. 2022-10-22 14:40:52 +08:00
.husky chore: add stylelint tool 2022-09-30 14:22:55 +08:00
build/mock chore: 🔨 add prettier - code format 2022-09-29 17:32:29 +08:00
mock chore: 🔨 add prettier - code format 2022-09-29 17:32:29 +08:00
plop-templates chore: 🔨 add prettier - code format 2022-09-29 17:32:29 +08:00
public chore(file): change favicon.ico 2022-06-22 13:22:57 +08:00
scripts chore: 🔨 add prettier - code format 2022-09-29 17:32:29 +08:00
src fix: 🐛 resolved mock page cover in small screen (#17) 2022-10-18 17:38:24 +08:00
tests chore: 🔨 add prettier - code format 2022-09-29 17:32:29 +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 chore: 🔨 add prettier - code format 2022-09-29 17:32:29 +08:00
.eslintrc-auto-import.json feat: add Vitest tool 2022-08-16 10:57:15 +08:00
.eslintrc.js chore: 🔨 add prettier - code format 2022-09-29 17:32:29 +08:00
.gitattributes chore: 🔨 add prettier - code format 2022-09-29 17:32:29 +08:00
.gitignore feat: support Vue JSX 2022-06-16 21:51:46 +08:00
.prettierignore chore: 🔨 add prettier - code format 2022-09-29 17:32:29 +08:00
.prettierrc chore: 🔨 add prettier - code format 2022-09-29 17:32:29 +08:00
.stylelintrc.js chore: add stylelint tool 2022-09-30 14:22:55 +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 feat: add Vitest tool 2022-08-16 10:57:15 +08:00
auto-imports.d.ts chore: resolved code format 2022-09-30 10:09:38 +08:00
components.d.ts chore: resolved code format 2022-09-30 10:09:38 +08:00
index.html Deps: Support viewport layout & browser prefix 2022-05-29 23:25:55 +08:00
package.json 🚧 skip question for git commit. 2022-10-22 14:40:52 +08:00
plopfile.js chore: 🔨 add prettier - code format 2022-09-29 17:32:29 +08:00
postcss.config.js chore: 🔨 add prettier - code format 2022-09-29 17:32:29 +08:00
tsconfig.json feat: add Vitest tool 2022-08-16 10:57:15 +08:00
vite.config.ts chore: 🔨 add prettier - code format 2022-09-29 17:32:29 +08:00
yarn.lock deps: ⬆️ udapte vue-tsc to 1.0.8 2022-10-19 14:46:04 +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

Preparation

  • Vite - Familiar with vite features
  • Vue3 - Familiar with Vue3 basic syntax
  • Vant4 - Familiar with the basic use of Vant4
  • Pinia - Familiar with the basic use of Pinia
  • Vitest - Familiar with the basic use of Vitest
  • TypeScript - Familiar with the basic syntax of TypeScript
  • Vue-Router - Familiar with the basic use of Vue-Router

Install and use

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

# with yarn
yarn install

  • run
yarn dev
  • build
yarn 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

Maintainer

@CharleeWa

LICENSE

MIT