meteor-coffee-boilerplate:为您的新 MeteorJS Coffeescript 项目提供一个起点

时间:2024-07-19 15:49:16
【文件属性】:

文件名称:meteor-coffee-boilerplate:为您的新 MeteorJS Coffeescript 项目提供一个起点

文件大小:13KB

文件格式:ZIP

更新时间:2024-07-19 15:49:16

CoffeeScript

介绍 旨在每次您想在 Meteor 中开始一个新项目时替换meteor create your-app-name 。 这遵循 Meteor 提出的基本应用程序结构(),但仍然非常灵活,我们尝试更进一步,为您留下可以在项目中使用的可靠约定。 请记住,这仅适用于编程语言。 安装和运行 首先(很明显),您需要安装 Meteor。 然后: # Clone project. $ git clone https://github.com/juanifioren/meteor-coffee-boilerplate.git your-app-name # Run the app. $ cd your-app-name/ && meteor run 记得删除.git文件夹: $ rm -rdf .git/ # OPTIONAL: Add your own repo. $ git init $ gi


【文件预览】:
meteor-coffee-boilerplate-master
----client()
--------error.html(246B)
--------router.coffee(143B)
--------helpers.coffee(228B)
--------views()
--------startup.coffee(119B)
--------lib()
--------styles()
--------layout.html(1KB)
----server()
--------publications.coffee(93B)
--------startup.coffee(189B)
--------methods()
--------lib()
----collections()
--------.gitkeep(0B)
----settings.json(17B)
----.meteor()
--------versions(1KB)
--------.finished-upgraders(229B)
--------platforms(15B)
--------cordova-plugins(1B)
--------.gitignore(6B)
--------packages(250B)
--------.id(324B)
--------release(15B)
----lib()
--------.gitkeep(0B)
----public()
--------favicon.ico(4KB)
--------.gitkeep(0B)
----README.md(3KB)

网友评论