Skip to content

Latest commit

 

History

History
143 lines (80 loc) · 5.72 KB

README.en-US.md

File metadata and controls

143 lines (80 loc) · 5.72 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

Usage Notes

[email protected] and later are not specifically compatible with UniApp, you can install the version before [email protected], or use the vite-plugin-uni-polyfill plugin for simple compatibility.

But the applet side still has some APIs that are not supported even if it is compatible, so you need to judge and handle them yourself.

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