文件名称:Introduction-to-AngularJS:这具有用于AngularJS培训计划简介的项目文件
文件大小:33KB
文件格式:ZIP
更新时间:2024-06-01 09:43:15
JavaScript
AngularJS简介 这具有“ AngularJS培训计划简介”的项目文件。 步骤执行 用您的名字分叉存储库。 在您的PC中创建一个文件夹。 使用git bash转到该文件夹,然后键入“ git init”。 这会将文件夹初始化为一个空的git仓库。 通过使用“ git remote add origin URL”将分支的git repo URL添加到本地文件夹。 使用命令“ git pull origin master”将文件拉到本地。 将所有文件下载到本地文件夹后,运行“ npm install”和“ bower install”以下载所有必需的插件和依赖项。 成功安装依赖项后,运行“ grunt serve”以使项目运行。
【文件预览】:
Introduction-to-AngularJS-master
----.gitignore(57B)
----.yo-rc.json(3B)
----README.md(741B)
----.jscsrc(164B)
----test()
--------karma.conf.js(2KB)
--------.jshintrc(280B)
--------spec()
----.bowerrc(38B)
----app()
--------views()
--------robots.txt(41B)
--------properties()
--------scripts()
--------styles()
--------images()
--------index.html(4KB)
--------404.html(3KB)
--------favicon.ico(4KB)
----.gitattributes(11B)
----Gruntfile.js(11KB)
----.jshintrc(240B)
----bower.json(627B)
----package.json(1KB)
----.travis.yml(144B)
----.editorconfig(415B)