Skip to content

Lmmmmmm-bb/vite-vue-starter

Repository files navigation

vite-vue-starter

Open in StackBlitz GitHub license

It is strongly recommended to use degit to clone this repository. It will delete README.md, logo.svg and degit.json when clone.

Something inside

  • Vite - Next Generation Frontend Tooling
  • Vue - Progressive JavaScript Framework
  • Vue Router - The official router for Vue.js
  • VueUse - Collection of Vue Composition Utilities
  • TypeScript - A language for application-scale JavaScript
  • UnoCSS - The instant on-demand Atomic CSS engine
  • Vitest - A Vite-native test framework
  • unplugin-auto-import - Auto import APIs on-demand
  • unplugin-vue-components - On-demand components auto importing for Vue
  • ESLint - Find and fix problems in your JavaScript code
  • Prettier - An opinionated code formatter (use ESLint instead)
  • Pinia - Intuitive, type safe and flexible Store
  • Devtools - Vite plugin designed to enhance the Vue developer experience

Todo

  • unplugin-vue-router - Next-gen file based typed routing for vue router
  • something more...

Getting started

  1. Clone the template repo.
degit git@github.com:Lmmmmmm-bb/vite-vue-starter.git my-project
  1. Initialize git repository.
git init
  1. Install dependencies & Start dev server.
pnpm i
pnpm dev

License

MIT License © 2023 _lmmmmmm