|
12 | 12 | </ul>
|
13 | 13 | <img id="logo" src="/images/logo.png">
|
14 | 14 | <h1>Vue.js</h1>
|
15 |
| - <p class="desc">Vue.js is a library for building modern web interfaces. <br>It provides data-reactive components with a simple and flexible API.</p> |
| 15 | + <p class="desc">Vue.js è una libreria che permette di creare interfacce web moderne. |
| 16 | + <br>Fornisce componenti data-reactive con API semplici e flessibili.</p> |
16 | 17 | <p class="buttons">
|
17 |
| - <a href="/guide/installation.html" class="button">Install v<%- theme.vue_version %></a> |
18 |
| - <a href="https://github.com/yyx990803/vue" target="_blank" class="button">Source on GitHub</a> |
| 18 | + <a href="/guide/installation.html" class="button">Installa v<%- theme.vue_version %></a> |
| 19 | + <a href="https://github.com/yyx990803/vue" target="_blank" class="button">Sorgente su GitHub</a> |
19 | 20 | </p>
|
20 | 21 | <ul id="social">
|
21 |
| - <li><a href="https://twitter.com/vuejs" class="twitter-follow-button" data-show-count="false" data-dnt="true">Follow @vuejs</a></li> |
| 22 | + <li><a href="https://twitter.com/vuejs" class="twitter-follow-button" data-show-count="false" data-dnt="true">Segui @vuejs</a></li> |
22 | 23 | <li><iframe src="http://ghbtns.com/github-btn.html?user=yyx990803&repo=vue&type=watch&count=true"
|
23 | 24 | allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe></li>
|
24 | 25 | <li class="last"><a href="https://gitter.im/yyx990803/vue" target="_blank"><img src="https://badges.gitter.im/Join%20Chat.svg"></a></li>
|
|
79 | 80 | <div id="features">
|
80 | 81 | <div class="feats">
|
81 | 82 | <div class="feat">
|
82 |
| - <h2><span class="icon simple"></span>Simple</h2> |
83 |
| - <p>Scrivi un pò di HTML, ricevi un JSON, e crei un'instanza di Vue, è così semplice.</p> |
| 83 | + <h2><span class="icon simple"></span>Semplice</h2> |
| 84 | + <p>Scrivi l'HTML, ricevi un JSON e crea un'instanza di Vue. È semplicissimo.</p> |
84 | 85 | </div>
|
85 | 86 | <div class="feat">
|
86 |
| - <h2><span class="icon powerful"></span>Reactive</h2> |
| 87 | + <h2><span class="icon powerful"></span>Reattivo</h2> |
87 | 88 | <p>Expressions & computed properties with transparent dependency tracking.</p>
|
88 | 89 | </div>
|
89 | 90 | <div class="feat">
|
90 |
| - <h2><span class="icon composable"></span>Components</h2> |
91 |
| - <p>Compose your application with decoupled, reusable components.</p> |
| 91 | + <h2><span class="icon composable"></span>Componenti</h2> |
| 92 | + <p>Crea la tua applicazione utilizzando i componenti come meglio credi</p> |
92 | 93 | </div>
|
93 | 94 | <div class="feat">
|
94 |
| - <h2><span class="icon compact"></span>Compact</h2> |
95 |
| - <p>~22kb min+gzip, no dependency.</p> |
| 95 | + <h2><span class="icon compact"></span>Leggero</h2> |
| 96 | + <p>Vue pesa circa 22kb min+gzip e non dovrai installare nessuna dipendenza.</p> |
96 | 97 | </div>
|
97 | 98 | <div class="feat">
|
98 |
| - <h2><span class="icon fast"></span>Fast</h2> |
| 99 | + <h2><span class="icon fast"></span>Veloce</h2> |
99 | 100 | <p>Precise and efficient async batch DOM updates.</p>
|
100 | 101 | </div>
|
101 | 102 | <div class="feat">
|
102 |
| - <h2><span class="icon module"></span>Package Ready</h2> |
103 |
| - <p>Install via NPM, Bower or Duo - leverage your favorite eco system!</p> |
| 103 | + <h2><span class="icon module"></span>Pacchetti</h2> |
| 104 | + <p>Installabile via NPM, Bower e Duo</p> |
104 | 105 | </div>
|
105 | 106 | </div>
|
106 | 107 | </div>
|
107 | 108 | <div id="why">
|
108 |
| - <h2>Perchè dovrei provarlo? Provalo se ti piace:</h2> |
| 109 | + <h2>Perchè dovrei provarlo?</h2> |
109 | 110 | <ul>
|
110 | 111 | <li>Extendable Data bindings</li>
|
111 | 112 | <li>Plain JS object models</li>
|
|
115 | 116 | </ul>
|
116 | 117 | </div>
|
117 | 118 | <div id="footer">
|
118 |
| - <a class="start" href="/guide/index.html">Get Started</a> |
119 |
| - <p>Released under the <a href="http://opensource.org/licenses/MIT" target="_blank">MIT License</a></p> |
| 119 | + <a class="start" href="/guide/index.html">Inizia subito</a> |
| 120 | + <p>Rilasciato sotto la <a href="http://opensource.org/licenses/MIT" target="_blank">licenza MIT</a></p> |
120 | 121 | <p>Copyright (c) <%- date(Date.now(), 'YYYY') %> <a href="http://evanyou.me" target="_blank">Evan You</a></p>
|
121 | 122 | </div>
|
122 | 123 |
|
|
0 commit comments