You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.2 KiB

  1. [Semantic-UI](http://semantic-ui.com/) packaged for [Meteor.js](http://meteor.com).
  2. # Usage
  3. ```sh
  4. meteor add semantic:ui
  5. ```
  6. # Theming
  7. In case you wish to build your own theme you should follow the
  8. [Recommended Usage (Themed)](https://github.com/Semantic-Org/Semantic-UI#recommended-usage-themed)
  9. guide.
  10. After having build the project you'll get a ready to use meteor package
  11. shipping your newly created theme.
  12. Simply move the whole folder (or otherwise simlink it...) under your Meteor
  13. app's `packages` folder run
  14. ```sh
  15. meteor add semantic:ui
  16. ```
  17. from your app's main folder and that's it!
  18. # Issues
  19. If you encounter a Meteor-related issue while using this package,
  20. please CC @Semantic-Org/meteor when you
  21. [file it](https://github.com/Semantic-Org/Semantic-UI/issues).
  22. # Meteor
  23. If you're new to Meteor, here's what the excitement is all about - [watch the first two minutes](https://www.youtube.com/watch?v=fsi0aJ9yr2o); you'll be hooked by 1:28.
  24. That screencast is from 2012. In the meantime, Meteor has become a mature JavaScript-everywhere web development framework with numerous [advantages](http://www.meteorpedia.com/read/Why_Meteor) over all other single-page application frameworks.