Skip to content
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

怎样能这个例子生效呢? #1

Open
cc17 opened this issue Oct 25, 2013 · 3 comments
Open

怎样能这个例子生效呢? #1

cc17 opened this issue Oct 25, 2013 · 3 comments

Comments

@cc17
Copy link

cc17 commented Oct 25, 2013

我fork这个例子后,我需要怎样才能看到界面呢?
是npm install 然后 node app.js? 求教中 谢谢

@Dn9x
Copy link
Owner

Dn9x commented Oct 25, 2013

你好: 我看到了你的邮件,也看了下你的问题,我是在linux下写的程序,然后在windows和linux下都正常,我没有用过mac系统,不过应该都一样。
我的这个demo是要mongodb数据库的,要先安装数据库。然后下载”webkit的运行程序“这样叫吧,不用安装(Windows和linux下),都是可以直接使用命令运行的,可以看下这里:如何运行:https://github.com/rogerwang/node-webkit/wiki/How-to-run-apps
至于如何打包你可以看下这里:https://github.com/rogerwang/node-webkit/wiki/How-to-package-and-distribute-your-apps
至于有关webkit的详细信息你可以看下webkit的作者github信息:https://github.com/rogerwang/node-webkit这里面都写得很详细,也都有相应的demo,我也是完全按照这个自己学习的。对了这里面有一个视频的链接:https://speakerdeck.com/zcbenz/node-webkit-app-runtime-based-on-chromium-and-node-dot-js你也可以看下。
至于不明白的地方你可以再回复我邮件!
xiuxu123
Date: Fri, 25 Oct 2013 05:00:29 -0700
From: [email protected]
To: [email protected]
Subject: [Webkit-demo] 怎样能这个例子生效呢? (#1)

我fork这个例子后,我需要怎样才能看到界面呢?

是npm install 然后 node app.js? 求教中 谢谢


Reply to this email directly or view it on GitHub.

@cc17
Copy link
Author

cc17 commented Oct 28, 2013

太感谢了。不过还有个问题想请教下,如何在node-webkit下播放视频?比如我插入了一个youku的页面,能直接播放么?
会提示要下载flash,点击后没有任何反应,不知道你碰到过没?

在 2013年10月25日下午11:03,Dn9x [email protected]写道:

你好:
我看到了你的邮件,也看了下你的问题,我是在linux下写的程序,然后在windows和linux下都正常,我没有用过mac系统,不过应该都一样。

我的这个demo是要mongodb数据库的,要先安装数据库。然后下载”webkit的运行程序“这样叫吧,不用安装(Windows和linux下),都是可以直接使用命令运行的,可以看下这里:如何运行:
https://github.com/rogerwang/node-webkit/wiki/How-to-run-apps
至于如何打包你可以看下这里:
https://github.com/rogerwang/node-webkit/wiki/How-to-package-and-distribute-your-apps
至于有关webkit的详细信息你可以看下webkit的作者github信息:
https://github.com/rogerwang/node-webkit
这里面都写得很详细,也都有相应的demo,我也是完全按照这个自己学习的。对了这里面有一个视频的链接:
https://speakerdeck.com/zcbenz/node-webkit-app-runtime-based-on-chromium-and-node-dot-js你也可以看下。

至于不明白的地方你可以再回复我邮件!
xiuxu123
Date: Fri, 25 Oct 2013 05:00:29 -0700
From: [email protected]
To: [email protected]
Subject: [Webkit-demo] 怎样能这个例子生效呢? (#1)

我fork这个例子后,我需要怎样才能看到界面呢?

是npm install 然后 node app.js? 求教中 谢谢


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-27099611
.

@Dn9x
Copy link
Owner

Dn9x commented Oct 28, 2013

这个问题我没有遇到过,不过提示安装插件应该只要你的谷歌浏览器安装过就不会在提示了吧,其实你插入页面并且插件正常应该可以播放,而且webkit就是一个小型的“浏览器“,
如果你要播放视频,并且你有源地址不妨试试用html5来实现,不要用flash,毕竟需要插件不方便,而webkit就是提供对html5的支持!

发送自魅族MX

-------- 原始邮件 --------
发件人:wuya [email protected]
时间:10月28日 14:48 周一
收件人:Dn9x/Webkit-demo [email protected]
抄送:Dn9x [email protected]
主题:Re: [Webkit-demo] 怎样能这个例子生效呢? (#1)

太感谢了。不过还有个问题想请教下,如何在node-webkit下播放视频?比如我插入了一个youku的页面,能直接播放么?
会提示要下载flash,点击后没有任何反应,不知道你碰到过没?

在 2013年10月25日下午11:03,Dn9x [email protected]写道:

你好:
我看到了你的邮件,也看了下你的问题,我是在linux下写的程序,然后在windows和linux下都正常,我没有用过mac系统,不过应该都一样。

我的这个demo是要mongodb数据库的,要先安装数据库。然后下载”webkit的运行程序“这样叫吧,不用安装(Windows和linux下),都是可以直接使用命令运行的,可以看下这里:如何运行:
https://github.com/rogerwang/node-webkit/wiki/How-to-run-apps
至于如何打包你可以看下这里:
https://github.com/rogerwang/node-webkit/wiki/How-to-package-and-distribute-your-apps
至于有关webkit的详细信息你可以看下webkit的作者github信息:
https://github.com/rogerwang/node-webkit
这里面都写得很详细,也都有相应的demo,我也是完全按照这个自己学习的。对了这里面有一个视频的链接:
https://speakerdeck.com/zcbenz/node-webkit-app-runtime-based-on-chromium-and-node-dot-js你也可以看下。

至于不明白的地方你可以再回复我邮件!
xiuxu123
Date: Fri, 25 Oct 2013 05:00:29 -0700
From: [email protected]
To: [email protected]
Subject: [Webkit-demo] 怎样能这个例子生效呢? (#1)

我fork这个例子后,我需要怎样才能看到界面呢?

是npm install 然后 node app.js? 求教中 谢谢


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-27099611
.


Reply to this email directly or view it on GitHub:
#1 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants