Skip to content

Commit

Permalink
1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruslan Inozetsev authored and Ruslan Inozetsev committed May 25, 2017
1 parent abd3ec2 commit 63359b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# meteor-sfc

This package implements single file component for meteor.js

Regular meteor approach is to put html, less and js files into different files.

But having all in single file component is more visual.

Inspired by https://vuejs.org/v2/guide/single-file-components.html
Expand Down Expand Up @@ -36,6 +38,7 @@ example.ui
~~~~

meteor-sfc will parse **example.ui** and create at the same level:

**example.html** with handlebars templates <br>
**example.less** with styles <br>
**example.js** with scripts
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meteor-sfc",
"version": "1.0.6",
"version": "1.0.7",
"description": "Meteor Single File Components",
"main": "meteor-sfc.js",
"scripts": {
Expand Down

0 comments on commit 63359b6

Please sign in to comment.