Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 243 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 243 Bytes

React + TypeScript + Vite

这里存放平时收集得 util 工具类 ,hooks ,组件等

安装

npm install

or

yarn

启动

npm run dev

or

yarn dev

打包

npm run build

or

yarn build