mean-stack:具有 MEAN 堆栈 + Foundation 框架的现代 Web 应用程序

时间:2024-07-08 17:36:53
【文件属性】:

文件名称:mean-stack:具有 MEAN 堆栈 + Foundation 框架的现代 Web 应用程序

文件大小:11KB

文件格式:ZIP

更新时间:2024-07-08 17:36:53

JavaScript

MEAN 堆栈网络应用程序 先决条件 安装 Node.js(如果你还没有这样做) 安装 mongodb(如果你还没有这样做) 开始 克隆这个仓库 $ git clone git@github.com:krahman/mean-stack.git 转到项目目录 $ cd mean-stack 安装所需的节点包 $ npm install 安装所需的 Web 组件 $ bower install 运行应用程序 $ node server.js 快速运行应用程序 使用 npm $ npm start 运行业力测试 $ npm test 或测试单次运行 $ npm run test-single-run 运行 Protractor e2e 测试 $ npm run protractor


【文件预览】:
mean-stack-master
----models()
--------post.js(264B)
----server.js(430B)
----bower.json(624B)
----controllers()
--------api()
----README.md(687B)
----.bowerrc(104B)
----.gitignore(149B)
----e2e-tests()
--------scenarios.js(525B)
--------protractor.conf.js(252B)
----app()
--------index.html(3KB)
--------views()
--------js()
--------app.js(316B)
--------tests()
----karma.conf.js(557B)
----db.js(169B)
----package.json(1KB)

网友评论