文件名称:blogStarter:使用以下内容启动CMS博客
文件大小:13KB
文件格式:ZIP
更新时间:2024-05-28 08:04:49
JavaScript
博客入门 这个项目是一个典型的角度角度博客网络应用程序的应用程序框架。 入门 克隆博客入门存储库并安装依赖项: 先决条件 安装依赖项 运行应用程序 Blog Starter预先配置了一个简单的开发Web服务器。 启动此服务器的最简单方法是: npm start 现在,通过http://localhost:9000/浏览到该应用程序。 ## Testing Unit tests with karma and End to End tests with protractor. ### Running Unit Tests ### End to end testing ## Continuous Integration ### Travis CI [Travis CI][travis] is a continuous integration service ### Coveralls.io #
【文件预览】:
blogStarter-master
----.jshintrc(219B)
----.gitignore(90B)
----app()
--------app.js(302B)
--------components()
--------viewListArticle()
--------index.html(2KB)
--------app.css(366B)
--------viewContact()
----package.json(2KB)
----karma.conf.js(1KB)
----.bowerrc(41B)
----.travis.yml(439B)
----Gruntfile.js(3KB)
----LICENSE(1KB)
----README.md(1KB)
----e2e-tests()
--------scenarios.js(1016B)
--------protractor.conf.js(253B)
----.gitattributes(0B)
----bower.json(321B)