web-interview icon indicating copy to clipboard operation
web-interview copied to clipboard

[vue] 47. vue 开发命令 npm run dev 输入后的执行过程

Open qiilee opened this issue 5 years ago • 1 comments

qiilee avatar Oct 08 '19 07:10 qiilee

npm run XXX是执行配置在package.json中的脚本,dev就执行对应的dev的属性值

soom-lupulus avatar Oct 08 '20 02:10 soom-lupulus