美文网首页
linux启动vue

linux启动vue

作者: lomo萌神 | 来源:发表于2019-08-17 03:36 被阅读0次

sudo npm install node-sass --unsafe-perm --save-dev

npm install

npm run dev 或者后台运行 nohup npm run dev >/dev/null 2>&1 &

终止杀掉所有node进程 :ps -ef | grep node | awk'{print $2}'| xargskill-9

重新再启动 nohup npm run dev >/dev/null 2>&1 &

相关文章

网友评论

      本文标题:linux启动vue

      本文链接:https://www.haomeiwen.com/subject/btthsctx.html