Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 189 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 189 Bytes

使用vite+vue3开发

下载依赖

pnpm install

启动

pnpm dev

打包

pnpm build

使用es lint进行代码审查

pnpm lint