Skip to content

A simplest template to build mobile web project with vite + react + antd-mobile

Notifications You must be signed in to change notification settings

brandonxiang/vite-antd-mobile-starter

Repository files navigation

Vite Template Logo

Vite Antd Mobile Starter 😄

Why do you use this template

This template is a simplest solution to start up an new SPA.

What is the key web framework for this template

Start Up

Please use degit to download template

mkdir your-project-name
cd your-project-name
npx degit brandonxiang/vite-antd-mobile-starter

# or

npx degit brandonxiang/vite-antd-mobile-starter your-project-name

How to Develop

pnpm i
pnpm run dev

# http://localhost:3000/

How to Build

# live
pnpm run build

Project Management