Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 472 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 472 Bytes

frontend-vui

本项目可以帮助你开始使用 Vue 3 和 Vite 进行开发。

组件列表

项目设置

npm install

开发环境编译和热重载

npm run dev

生产环境的类型检查、编译和压缩

npm run build

使用 ESLint 进行代码检查

npm run lint