文件名称:yeoman-webapp-template
文件大小:15KB
文件格式:ZIP
更新时间:2024-07-21 10:42:58
JavaScript
Yeoman Webapp + Compass 项目模板 使用 Yeoman ( ) 构建: Webapp 生成器 用于 SCSS 和精灵的指南针: : Grunt Bake 模板: : 鲍尔 安装 在此基础上创建单独的 repo,然后在 package.json 中编辑项目名称。 “自动前缀”已禁用。 它会导致指南针 mixins 出现一些错误。 如果您不打算使用它们,请取消注释“autoprefixer”任务。 首先,安装 grunt。 转到终端中的项目文件夹并运行: npm install bower intall 要运行开发服务器,请运行: grunt serve 要构建项目,请运行: grunt build
【文件预览】:
yeoman-webapp-template-master
----.gitignore(293B)
----README.md(807B)
----test()
--------.bowerrc(40B)
--------bower.json(137B)
--------spec()
--------index.html(668B)
----.bowerrc(43B)
----app()
--------content.json(3B)
--------scripts()
--------styles()
--------images()
--------index.html(875B)
--------templates()
----Gruntfile.js(12KB)
----bower.json(93B)
----package.json(1KB)
----.todo(56B)