vuejs/create-vue

Use well-defined npm script names instead of custom

Open

#303 建立於 2023年6月23日

在 GitHub 查看
 (5 留言) (2 反應) (0 負責人)Vue (525 fork)auto 404
enhancementgood first issue

倉庫指標

Star
 (4,376 star)
PR 合併指標
 (PR 指標待抓取)

描述

Description

npm provides both npm start and npm test. Use these instead of npm run dev and npm run test:unit.

Considerations

Maybe there are different layers of tests. So then keep test:unit + others, and add "test": "run-p test:unit ..."

貢獻者指南