byoungd / vite-vue2-typescript

Vite Vue2 typescript starter template using composition-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vite-vue2-typescript

Vite Vue2 typescript starter template using composition-api with Script Setup!

Features

Plugins

Usage

Development

Just run and visit http://localhost:3003

yarn dev

Commit lint

This repo use commitizen , if run git cz has no effect, you might need to install commitizen global as yarn add global commitizen or npm i -g commitizen

then use git cz to add commit information.

At lint staged it will trigger eslint auto fix and use pretty-quick to format files.

And enjoy!

Thanks

  • vitesse Opinionated Vite Starter Template

About

Vite Vue2 typescript starter template using composition-api

License:MIT License


Languages

Language:TypeScript 48.6%Language:Vue 26.6%Language:JavaScript 19.1%Language:HTML 2.9%Language:Shell 2.8%