项目作者: kjetilhau

项目描述 :
A simple boilerplate for creating Meteor applications with Blaze and SASS
高级语言: JavaScript
项目地址: git://github.com/kjetilhau/meteor-skeleton.git
创建时间: 2014-01-11T15:56:03Z
项目社区:https://github.com/kjetilhau/meteor-skeleton

开源协议:MIT License

下载


Meteor-skeleton

A boilerplate for Meteor - giving you a simple and more organized way to create projects.

It comes with a complete collection sample including publications, subscriptions and CRUD functionality. Routes, views and some nice helpers are also included.

Take a look at meteorskeleton.herokuapp.com for a demo.

Meteor-skeleton

Usage

  1. Clone it: git clone https://github.com/kjetilhau/meteor-skeleton.git
  2. cd meteor-skeleton
  3. Remove the .git folder
  4. git init
  5. meteor npm install --save
  6. meteor

Packages used

Atmosphere

  • blaze-html-templates
  • accounts-base
  • alanning:roles

  • kadira:flow-router
  • kadira:blaze-layout
  • arillo:flow-router-helpers
  • zimme:active-route
  • aldeed:schema-deny
  • aldeed:collection2-core
  • aldeed:autoform
  • fourseven:scss

NPM

  • simpl-schema
  • bootstrap
  • moment
  • noty

The Meteor packages ‘autopublish’ and ‘insecure’ are removed by default.

Structure

  1. client
  2. import
  3. api/
  4. documents/
  5. both/
  6. schemas/
  7. server/
  8. modules/
  9. startup/
  10. both/
  11. client/
  12. router/
  13. server/
  14. ui/
  15. components/
  16. documents/
  17. edit/
  18. index/
  19. documents-index-item/
  20. new/
  21. show/
  22. helpers/
  23. layouts/
  24. pages/
  25. shared/
  26. stylesheets/
  27. theme/
  28. public
  29. img/
  30. fonts/
  31. server

Other great boilerplates