Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 296 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 296 Bytes

toutiao-publish

相关资源

本地开发

npm install

# 启动开发服务
npm run serve

# 编译构建
npm run build

# 校验代码格式规范
npm run lint