上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 68 下一页
在线html转jade工具>> 注意:以下是在Windwo环境下 运行: 然后你的目录node_modules下将增加jade文件夹 app.js home.jade,模板写法可参考官方:http://naltatis.github.io/jade-syntax-docs/ node下app.js后 Read More
posted @ 2015-11-01 13:41 tinyphp Views(1407) Comments(0) Diggs(0) Edit
比较完美的过程应该是这样的:安装expressnpm install express-generator -g再测试express -V然而。。。。。。检查了下系统变量:对比我的路径:npm config get prefix聪明的我仿佛明白了什么,果断在变量补充:;D:\Program Files... Read More
posted @ 2015-11-01 12:13 tinyphp Views(441) Comments(0) Diggs(0) Edit
注意:以下是在Windwo环境下运行:npm install ejs然后你的目录node_modules下将增加ejs文件夹app.jsvar express = require("express");var app = express();//指定模板引擎app.set("view engine"... Read More
posted @ 2015-11-01 11:25 tinyphp Views(13969) Comments(0) Diggs(2) Edit
在express工程里,建立app.jsvar express = require('express');var app = express();//数据接口var newsdata=[{ 'id':'1', 'title':'标题1', 'link':'链... Read More
posted @ 2015-10-31 10:39 tinyphp Views(1476) Comments(0) Diggs(0) Edit
假设已创建一个Express工程,否则请参考express工程环境准备 修改app.js 通过如下命令启动此应用 Read More
posted @ 2015-10-30 21:18 tinyphp Views(1107) Comments(0) Diggs(0) Edit
这种引入很看到很想死吧!require.js可以很好的优化这个问题:1、下载require.jshttp://requirejs.org/docs/download.html2、用法如果放底部如果放头部指定主程序为main.js3、主模块写法// main.js require(['moduleA... Read More
posted @ 2015-10-30 11:17 tinyphp Views(394) Comments(0) Diggs(0) Edit
上一文章,用Node.js建HTTP服务器,然后在cmd启动,这次尝试用git bash。git bash 也是命令行工具,画面更好看,使用更方便,可以替代cmd。下载git:https://git-for-windows.github.io/安装省略....第一步:打开Git Bash,输入代码,... Read More
posted @ 2015-10-30 09:44 tinyphp Views(2191) Comments(0) Diggs(0) Edit
这是官方的一个例子, 在F盘建立一个tinyphp.js文件,内容: 在F盘下运行node tinyphp.js 然后打开浏览器访问: http://127.0.0.1:1337 需要提示的是,命令完,需要按Ctrl+C才能重新写命令的 Read More
posted @ 2015-10-29 21:40 tinyphp Views(366) Comments(0) Diggs(0) Edit
阅读这篇文章后,对html和json有很大的启发:http://www.zhangxinxu.com/wordpress/2012/09/javascript-html-json-template/然后这是一个缩减版的:大致步骤是:1、准备好html模板2、准备好json数据3、设置匹配方法4、将整... Read More
posted @ 2015-10-26 15:14 tinyphp Views(1750) Comments(0) Diggs(0) Edit
1、下载tempo2、使用tempo {{name}}官网阅读:http://twigkit.github.io/tempo/ Read More
posted @ 2015-10-26 10:45 tinyphp Views(1505) Comments(0) Diggs(0) Edit
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 68 下一页