Skip to content

Bernankez/VuePureTemplate

Repository files navigation

📦 VuePureTemplate

A simple starter template for Vue3
Using Vite + Typescript + Vue3 + Vitest + Unocss + Sass

English | 中文

Getting Started

  • Change the name in package.json
  • Change <title> in index.html
  • Change the author name in LICENSE
  • Choose your favorite font-family in src/style.css and delete others
  • Replace or delete interface ImportMetaEnv in vite-env.d.ts
  • Have fun :)

Pre-packed

UI Frameworks

  • Unocss - The instant on-demand Atomic CSS engine.

Icons

Plugins

Coding Style

Devtools

  • Vitest - Unit testing powered by Vite.
  • pnpm - Fast, disk space efficient package manager.
  • taze - A modern cli tool that keeps your deps fresh.

Check Also