前端
Nick_Na
Hello Word!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Node.js项目搭建
一、使用Node搭建服务器项目//全局安装 expresssudo npm install -g express-generator//使用ejs创建工程express -e NodeTest//进入工程cd NodeTest//下载项目所需的基本模块cnpm install//运行项目npm start//浏览器输入访问 http://localhost:3000/...转载 2018-07-26 09:47:02 · 446 阅读 · 0 评论 -
javascript coding style
javascript coding style https://google.github.io/styleguide/javascriptguide.xml传送门 https://blog.youkuaiyun.com/xkzju2010/article/details/48136117转载 2018-10-30 23:07:28 · 323 阅读 · 0 评论
分享