exd-project-boilerplate:EXD项目的起点

时间:2024-06-01 00:32:20
【文件属性】:

文件名称:exd-project-boilerplate:EXD项目的起点

文件大小:12KB

文件格式:ZIP

更新时间:2024-06-01 00:32:20

JavaScript

实验互动项目样板 设置 创建一个新的项目文件夹: mkdir 项目mkdir cd git clone git@github.com:johnsojr/exd-project-boilerplate.git . 将此样板克隆到当前目录中。 创建一个新的仓库以将您的项目放置在Github上 更改远程URL以指向您的新存储库,然后上传到git git remote remove origin git remote add origin git push -u origin master 将.deploy.example.json复制到.deploy.json 。 填写您的服务器信息。 请务必正确输入文件夹名称。 您不希望该项目覆盖所有其


【文件预览】:
exd-project-boilerplate-master
----package.json(1KB)
----.yo-rc.json(27B)
----test()
--------.bowerrc(40B)
--------index.html(713B)
--------spec()
--------bower.json(150B)
----gulpfile.js(6KB)
----.bowerrc(38B)
----.deploy.example.json(164B)
----app()
--------robots.txt(43B)
--------index.html(2KB)
--------styles()
--------scripts()
--------favicon.ico(4KB)
----.gitignore(96B)
----karma.conf.js(373B)
----README.md(2KB)
----.jshintrc(335B)
----bower.json(129B)
----.editorconfig(476B)
----.gitattributes(11B)

网友评论