vuejs/create-vue

Use well-defined npm script names instead of custom

Open

#303 opened on Jun 23, 2023

View on GitHub
 (5 comments) (2 reactions) (0 assignees)Vue (525 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (4,376 stars)
PR merge metrics
 (PR metrics pending)

Description

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 ..."

Contributor guide