Skip to content

Latest commit

 

History

History
133 lines (75 loc) · 4.93 KB

README.en-US.md

File metadata and controls

133 lines (75 loc) · 4.93 KB

Uni Vitesse - Opinionated Vite Starter Template

UniAPP version of Vitesse-lite

简体中文 | English


Environment configuration Copy From Vitesse-lite, Strive for a development experience good environment configuration.

Features


If there is no cross-end requirement, Vitesse-lite is recommended

Dropped Features from Vitesse-lite

  • VueUse

Pre-packed

UI Frameworks

  • UnoCSS - The instant on-demand atomic CSS engine.

Icons

Test Framework

  • Vitest - Unit testing powered by Vite

Plugins

Coding Style

Try it now!

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 ares-chang/uni-vitesse my-uni-app
cd my-uni-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 project name, description, appid in manifest.json
  • Change the icon in public
  • Clean up the README and delete the demo pages and components

Now enjoy your new project! :)

Run

Refer to uni-app official documentation:运行、发布uni-app