文件名称:Hello-World:用于创建 Web 应用程序的基本项目模板系统,由 Grunt 构建系统提供支持
文件大小:577KB
文件格式:ZIP
更新时间:2024-06-24 14:19:35
JavaScript
你好,世界 用于创建由 Grunt 提供支持的 Web 应用程序的基本项目模板系统。 入门 为了开始,您需要安装 Grunt >=0.4.0 如果您以前没有使用过 ,请务必查看指南。 要求 作为 Grunt 任务的基本要求,您需要安装“Sass”、“Compass”和“Sass-globbing”。 安装 、 和 。 请遵照指示。 注意:如果您熟悉“Bundler”,请使用“bundle”在此项目模板中安装所有必需的 ruby 应用程序。 启动项目 1:克隆这个仓库,其中myapp是你的项目名称。 git clone https://github.com/KazuoYanagimoto/Hello-World.git myapp 2:将目录更改为“myapp”并通过以下命令安装所有必需的“node_modules”。 npm install 3:通过以下命令安装所有必需的'
【文件预览】:
Hello-World-master
----.jshintrc(353B)
----.gitattributes(11B)
----bower.json(550B)
----Gruntfile.js(382B)
----Gemfile(275B)
----config.rb(1KB)
----README.md(1KB)
----.bowerrc(38B)
----.editorconfig(188B)
----.gitignore(85B)
----app()
--------index.html(1KB)
--------styles()
--------about.html(1KB)
--------includes()
--------images()
--------scripts()
--------fonts()
--------contact.html(1KB)
----grunt()
--------_customTasks.js(2KB)
--------clean.js(402B)
--------copy.js(1KB)
--------newer.js(97B)
--------uglify.js(1018B)
--------config.js(89B)
--------htmlmin.js(626B)
--------includes.js(391B)
--------connect.js(386B)
--------svgmin.js(224B)
--------sass.js(529B)
--------compass.js(559B)
--------imagemin.js(320B)
--------aliases.yaml(883B)
--------autoprefixer.js(546B)
--------jshint.js(355B)
--------watch.js(1KB)
--------concat.js(424B)
--------cssmin.js(482B)
----package.json(1KB)