文件名称:angular-require-seed:带有Node JS + Angular JS + Require JS的简约应用程序体系结构
文件大小:555KB
文件格式:ZIP
更新时间:2024-06-10 17:07:37
JavaScript
节点JS +角JS +要求JS 这是一个简约的应用程序结构,它具有用于服务Angular JS站点的Node服务器。 外部依赖项使用Require JS进行管理。 入门 该项目取决于Git,Npm和Bower-预先安装它们。 然后运行以下命令序列。 git clone https://github.com/yyosifov/angular-require-seed.git cd angular-require-seed npm install cd app bower install 现在,您拥有所有可用的源代码和组件。 运行应用程序 要运行该应用程序: cd angular-require-seed node index.js 启动Node JS服务器后,打开位于的网站,该网站应呈现main.html部分视图。 目录布局 index.js --> the Node JS se
【文件预览】:
angular-require-seed-master
----index.js(268B)
----package.json(286B)
----app()
--------partials()
--------index.html(167B)
--------main.js(612B)
--------bower_components()
--------app.js(314B)
--------bower.json(422B)
----.gitignore(13B)
----README.md(1KB)