Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 236 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 236 Bytes

iShortV 短视频网站

简介

<缺省>

运行

安装依赖:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

启动本地开发服务器,默认为 http://localhost:3000

npm run dev