ljt990218 / littleRedBook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue3-ts-h5-template

Live Demo

An mobile web apps template based on the Vue 3 ecosystem

license version repo-size languages issues


English / 简体中文


Features


Pre-packed

UI Frameworks

Plugins

Coding Style

Dev tools

Try it now

vue3-ts-h5-template requires Node 18+

GitHub Template

Create a repo from this template on GitHub

Clone to local

If you prefer to do it manually with the cleaner git history

npx degit ljt990218/vue3-ts-h5-template my-mobile-app
cd my-mobile-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm

Checklist

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 :)

Usage

Development

Just run and visit http://localhost:3000

pnpm dev

Build

To build the App, run

pnpm build

And you will see the generated file in dist that ready to be served.

Deploy on Netlify

Go to Netlify and select your clone, OK along the way, and your App will be live in a minute.

About

License:MIT License


Languages

Language:TypeScript 63.5%Language:Vue 31.5%Language:HTML 2.8%Language:JavaScript 1.5%Language:Less 0.7%