Ctrl+P
右键 package.json 文件快速执行 npm 脚本的插件。
package.json
插件会自动识别 package.json 中定义的所有脚本,常见示例:
npm run dev
npm run build
npm run test
npm run lint