Sha256: 340ca89bd31794f873b165095d36e9a01cb66b20906f2e5e12780662c5a81cf7
Contents?: true
Size: 952 Bytes
Versions: 2
Compression:
Stored size: 952 Bytes
Contents
<div class="hero"> <div class="container"> <h1>Hello, <span vp-text="world"></span></h1> <div vp-show="world">Nice to meet you, and congrats on getting this set up.</div> </div> </div> <div class="how container"> <ul> <li> <h2>Develop</h2> <p>Use special HTML attributes, like <code>vp-text</code> and <code>vp-richtext</code> to describe the data model. Group attributes together using <code>vp-group</code>.</p> </li> <li> <h2>Build</h2> <p>Execute <code>vapid build</code> from the command line, or through your <%= link_to "admin login", "/admin" %>, and see your data model converted into a custom control panel.</p> </li> <li> <h2>Deploy</h2> <p>Host your content on Vapid's servers using <code>vapid deploy</code>, or on a Rack-compliant server like Heroku.</p> </li> </ul> <p class="support">And if you get into any trouble, <code>vapid support</code>.</p> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vapid-0.1.1 | lib/vapid/generator_template/templates/index.html.erb |
vapid-0.1.0 | lib/vapid/generator_template/templates/index.html.erb |