文件名称:generator-met:Yeoman 的 Meteor.js 应用脚手架工具
文件大小:16KB
文件格式:ZIP
更新时间:2024-07-07 01:17:55
JavaScript
发电机组 一个自以为是的 Meteor.js 脚手架工具 Yeoman。 设置 在您使用它之前,您需要安装和 以下是撰写本文时的综合说明: # Meteor curl https://install.meteor.com | /bin/sh # Yeoman npm install -g yo # This generator npm install -g generator-met 脚手架 以下命令将为您fastclick一个新的meteor 应用程序,默认情况下包括iron-router 、 fastclick 、 jquery 、 coffeescript和underscore包,以及您选择的stylus 、 less或bootstrap用于 CSS 预处理: mkdir my-app && cd my-app yo met 在您的应用程序搭建好后,您需要安装依赖项并使用以
【文件预览】:
generator-met-master
----collection()
--------index.js(965B)
--------templates()
----.travis.yml(228B)
----package.json(858B)
----test()
--------test-creation.js(2KB)
--------test-load.js(277B)
----view()
--------index.js(828B)
--------templates()
----LICENSE(1KB)
----app()
--------index.js(3KB)
--------templates()
----.gitignore(29B)
----README.md(2KB)
----.gitattributes(12B)
----package()
--------index.js(2KB)
--------templates()