-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问 怎么把 eggjs 的npm run start 加入到 系统服务 #9
Comments
就是一个 shell,其他的该怎么加它就怎么加,没啥区别 |
我用的 node-window 但是。。 |
[图片]这个 地方的 script 怎么配置啊 |
直接指向 |
他是这样的 start: egg-script ... |
大大 能给我 列子 不 刚接触 这块 不太明白 现在 要用 |
@mei2015 您好,你提出的问题很有意思,我一开始在学习 因为 这里我之前写过一个最小demo, https://github.com/chenshenhai/eggjs-note/blob/master/demo/002-complete/index.js 使用 |
@atian25 惊现天猪大大,哈哈,很惭愧没时间把这本开源书写完 o(╯□╰)o |
不用那么复杂,就是写个 // dispatch.js
const Command = require('egg-scripts');
new Command([
'start', '--port=7001',
]).start(); |
这个我知道 我是像加入到系统服务器 我用node-window 解决的 |
嗯 谢谢了 我解决了 还是用的 node-windows |
请问 怎么把 eggjs 的npm run start 加入到 系统服务
The text was updated successfully, but these errors were encountered: