You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/guide/extras/ways-of-using-vue.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
Vue は、ビルド不要でスタンドアロンのスクリプトファイルとして使用できます。バックエンドフレームワークがすでに HTML の大部分をレンダリングしている場合、またはフロントエンドのロジックがビルドを必要とするほど複雑でない場合、これは Vue をスタックに統合するもっとも簡単な方法です。このような場合、Vue は jQuery をより宣言的に置き換えたものと考えることができます。
8
8
9
-
Vue は、既存の HTML を徐々に強化するために特に最適化された[petite-vue](https://github.com/vuejs/petite-vue)と呼ばれる代替ディストリビューションも提供しています。これは、機能セットは小さいですが、非常に軽量で、ビルドステップなしのシナリオでより効率的な実装が使用されています。
9
+
以前、既存の HTML を拡充することに特に最適化された [petite-vue](https://github.com/vuejs/petite-vue) と呼ばれる代替ディストリビューションも提供していました。しかしながら、petite-vue はもはや積極的に保守されておらず、最後のバージョンは Vue 3.2.27 で公開されました。
0 commit comments