Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
308 views
in Technique[技术] by (71.8m points)

Pm2 启动vue问题

Pm2怎么启动vue,pm2 start npm -- run dev/serve 则在提示script no found?怎么搞?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

pm2 作为一个生产环境的工具, 用来跑 vue 非常奇怪 (跑 express 这类才是它应有的场景)

vue 应该是 build 后使用 nginx / apache 这类专业 web 服务器来提供服务


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...