/
githubmirror
/
meteor
Обзор
Документация
Войти
/
githubmirror
/
meteor
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
tools/tests/apps/shell/client/main.html
25 строк
639 B
Ben Newman
Add a basic app template for testing `meteor shell`.
03 авг 2016, 22:56
03 авг 2016, 22:56
08f14ef
Код
Авторство
О чём код?
<head> <title>shell</title> </head> <body> <h1>Welcome to Meteor!</h1> {{> hello}} {{> info}} </body> <template name="hello"> <button>Click Me</button> <p>You've pressed the button {{counter}} times.</p> </template> <template name="info"> <h2>Learn Meteor!</h2> <ul> <li><a href="https://www.meteor.com/try" target="_blank">Do the Tutorial</a></li> <li><a href="http://guide.meteor.com" target="_blank">Follow the Guide</a></li> <li><a href="https://docs.meteor.com" target="_blank">Read the Docs</a></li> <li><a href="https://forums.meteor.com" target="_blank">Discussions</a></li> </ul> </template>