移动端通用模板
Go to file
wangchao ca28d0b254 build(vconsole): vconsole => vite-plugin-vconsole close #9 2022-06-22 14:17:08 +08:00
.husky feat: add git hooks & eslint 2022-06-09 13:18:46 +08:00
build chore: upgrade typescript4.7.3 & fix type definition 2022-06-13 17:24:03 +08:00
mock style(mock): restyle mock page 💄 2022-06-21 17:50:40 +08:00
plop-templates chore: use <script setup> close #8 2022-06-15 17:04:01 +08:00
public chore(file): change favicon.ico 2022-06-22 13:22:57 +08:00
scripts test git hooks 2022-06-09 12:50:04 +08:00
src build(vconsole): vconsole => vite-plugin-vconsole close #9 2022-06-22 14:17:08 +08:00
.browserslistrc Deps: Support viewport layout & browser prefix 2022-05-29 23:25:55 +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
.eslintrc.js feat: add dark mode close #6 2022-06-16 17:29:51 +08:00
.gitignore feat: support Vue JSX 2022-06-16 21:51:46 +08:00
.umirc.mock.js Feat: Support mock server 2022-06-04 15:07:46 +08:00
CHANGELOG.md chore: Create CHANGELOG 2022-06-06 15:44:50 +08:00
LICENSE Create LICENSE 2022-06-06 13:21:58 +08:00
README.md docs: update readme.md 📝 2022-06-22 12:55:17 +08:00
components.d.ts style(mock): restyle mock page 💄 2022-06-21 17:50:40 +08:00
index.html Deps: Support viewport layout & browser prefix 2022-05-29 23:25:55 +08:00
package.json build(vconsole): vconsole => vite-plugin-vconsole close #9 2022-06-22 14:17:08 +08:00
plopfile.js feat: add plop.js, a micro-generator framework close #4 2022-06-09 11:04:04 +08:00
postcss.config.js chore: update postcss-px-to-viewport close #3 2022-06-08 23:07:16 +08:00
tsconfig.json chore: upgrade typescript4.7.3 & fix type definition 2022-06-13 17:24:03 +08:00
vite.config.ts build(vconsole): vconsole => vite-plugin-vconsole close #9 2022-06-22 14:17:08 +08:00
yarn.lock build(vconsole): vconsole => vite-plugin-vconsole close #9 2022-06-22 14:17:08 +08:00

README.md

logo

Vue3-Vant-Mobile

Mobile Template built on Vue3、Vant4、Vite2、Pinia2、TypeScript

license version repo-size languages issues

Introduction

🔥🔥🔥 Vue3 Vant Mobile based on Vue3, Vant4, Vite2, Pinia2, 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.

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
  • 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