Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
forked frommeteor/guide

Articles about Meteor best practices

License

NotificationsYou must be signed in to change notification settings

tomRedox/guide

 
 

Repository files navigation

Articles drafted

Contributing

If you're interested in helping out, the best thing to do is to look at theGitHub issues which represent the guide articles. If any topics interest you, read the outlines and major decision points linked from the issue, and post comments or PRs offering suggestions!

Writing tips

Things to be aware of:

Always use specific IDs on headers so that we can change them later:

// bad## Using schemas with collections// good<h2>Using schemas with collections</h2>

Always put a blank line after each header

Otherwise, the following paragraph isn't parsed correctly.

// bad<h2>Using schemas with collections</h2>This is some text// good<h2>Using schemas with collections</h2>This is some text

Escape handlebars syntax inside inline code snippets

Note: you don't need to escape things in fenced/multiline code snippets, only in inline ones.

// will breakRender multiple items in your template with `{{#each}}`// goodRender multiple items in your template with `{% raw %}{{#each}}{% endraw %}`

About

Articles about Meteor best practices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS67.0%
  • JavaScript33.0%

[8]ページ先頭

©2009-2025 Movatter.jp