文件名称:ecma6-eshop:使用带有 ecmascript 6 功能的 io.js 和带有打字稿的 angular2 的 eshop 示例项目
文件大小:10KB
文件格式:ZIP
更新时间:2024-06-24 04:22:17
JavaScript
使用 io.js 以 ECMAScript 6 编写的示例 eshop 后端 如何安装 安装 io.js: ://iojs.org 如果安装了标准 Node,使用 Node Version Manager 在 Node 和 iojs 之间切换,这篇文章可能会有所帮助: ://keymetrics.io/2015/02/03/installing-node-js-and-io-js-with 如果您不想使用 NVM,您可以随时确保标准 Node 不在您的 PATH 中,而 iojs 在。 使用npm install安装所有依赖项 怎么跑 npm run start 要验证使用用户名:'john' 和密码:'secret'。 除 root 之外的所有请求都需要身份验证(基本)。 如何运行测试 npm run test 浏览端点 http://localhost:8081/doc
【文件预览】:
ecma6-eshop-master
----package.json(789B)
----routes.js(1KB)
----gulpfile.js(32B)
----server.js(925B)
----tests()
--------controllers()
--------services()
----LICENSE(1KB)
----controllers()
--------index.js(234B)
--------productController.js(995B)
--------categoryController.js(289B)
----.gitignore(1KB)
----README.md(1KB)
----services()
--------index.js(427B)
--------productService.js(885B)
--------categoryService.js(2KB)
--------authenticationService.js(745B)
--------userService.js(727B)
----.gitattributes(378B)