start 启动项目:npm run start --dirname=dirname; 默认启动app目录项目,如要启动blog目录下的router项目,可使用命令:npm run start --dirname=blog/router。