Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 345 Bytes

File metadata and controls

25 lines (12 loc) · 345 Bytes

vue-quick-start

A Vite based template project for quickly creating Vue applications. recommend to use Vue3 + JSX

Installation

$ pnpm install

(Or yarn.)

Formatting code

All code must conform to Prettier formatting. To automatically format all your code, run:

$ pnpm run format