Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 492 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 492 Bytes

vue3-pro

Out-of-box solution to create enterprise applications, implemented with Vue3 + TypeScript+ Antd Design + Pinia.

Features

  • Support to format code with Prettier + ESLint
  • Support CommitLint and husky
  • Support multiple languages using I18n

Project setup

yarn install

Compiles and hot-reloads for development

yarn dev

Lints and fixes files

yarn lint

Compiles and minifies for production

yarn build