jinfang134 / vue-pipeline

A pipeline component like jenkins blue ocean plugin.
https://jinfang134.github.io/vue-pipeline/
MIT License
329 stars 69 forks source link

本地开发yarn run serve不成功 #9

Closed hudan15 closed 4 years ago

hudan15 commented 4 years ago

本地运行开发命令yarn run serve报错 yarn run v1.22.4 error Command "serve" not found. 我看了下package.json下没有serve这个脚本,但是运行yarn run dev又报错'vue-cli-service' 不是内部或外部命令,也不是可运行的程序。我本地有其他的vue项目,运行vue-cli-service serve没有问题,请问是要在本地运行这个项目需要哪些工具及版本呢

hudan15 commented 4 years ago

看漏了一步,要在demo这个文件夹运行。sorry