The Vue.js Blog
2016年3月最新情報
Mar 14, 2016
コミュニティの成長
この1年間における Vue の成長は素晴らしいです。今現在、GitHub では 15,000 を超えるスターがあり、npm から 500k を超えるダウンロード、そして Gitter チャンネルでは 2,000 ユーザーを超えています。何よりも、コミュニティによってロンドンで最初のミートアップとパリで最初のミートアップがうまく開催されたのは、大変エキサイティングです!ミートアップの主催者である Jack、James そして Eduardo に大変感謝いたします。
よくある初心者の落とし穴
Feb 6, 2016
Vue.js を使い始めたユーザーからたびたび幾つかの種類の質問があります。それらの質問の回答はガイドでどこかに全て言及していますが、落とし穴にはまったときそれらはあまり目ただず、そして見つけるのは難しいです。そこで、この記事では、うまくいけば、無駄な時間を節約できるよう、それらの落とし穴についてまとめたものを紹介します!
vue-cli を発表
Dec 28, 2015
最近、React プロジェクトを開始するとき、ツールの障害を中心に議論 が多くありました。幸いにも Vue.js で、迅速なプロトタイプを開始するために必要な全てのものは、<script>
タグを介して CDN から含まれているため、カバーされている部分があります。しかしながら、それは、実際のアプリケーションを構築したいかではありません。実際のアプリケーションでは、必然的に私たちにモジュール化、トランスパイラ、プリプロセッサ、ホットリロード、リント、そしてテストを得るために一定量のツールが必要になります。これらのツールは大規模プロジェクトの長期的な保守性と生産性のために必要ではありますが、初期のセットアップは大きな痛みをともないます。これが vue-cli を発表する理由で、シンプルな CLI ツールは独断で電池が付属されたビルドセットアップによって、Vue.js プロジェクトの足場をすぐ整えるのに役立ちます。
Vue.js が templateURL をサポートしない理由
Oct 28, 2015
もともと Angular を使っていて、Vue に移行した新規ユーザから頻繁に寄せられる質問のひとつに「templateURL
はありますか?」というものがあります。これについてはかなりの回数お答えしてきましたが、このことについて記事を書いた方が良いとわかりました。
Vue.js 1.0.0 リリースしました
Oct 26, 2015
こんにちは HN ! Vue.js に精通していない場合は、より高い概要について、このブログ記事を読みたいかもしれません。
300 以上のコミットの後に、8 つのアルファ (alpha) バージョン 、4 つのベータ (beta) バージョン 、そして 2 つのリリース候補(RC)バージョン、今日、私は Vue.js 1.0.0 エヴァンゲリオン (Evangelion)のリリースを発表するのをとても誇りに思っています!それはコミュニティから全てのフィードバックなしには不可能でした。API の再設計プロセスに参加した全ての人びとに感謝します。
Vue.js 0.12 released!
Jun 11, 2015
I’m really excited to announce that Vue.js 0.12: Dragon Ball is finally here! Thanks to everyone who tried out the beta/rc versions and provided feedback / bug reports along the way.
There’s a lot to cover in this release, and we will talk about a few highlights below. However, it is still recommended to carefully go through the Full Release Note and updated docs if you are upgrading from 0.11. You can report bugs on GitHub, send questions to vuejs/Discussion, or join us in the Gitter chat channel.
0.11 Component Tips
Dec 8, 2014
Note: this post contains information for the outdated 0.11 version. Please refer to the 0.12 release notes for the changes in the API.
The release of 0.11 introduced many changes, but the most important one is how the new component scope works. Previously in 0.10.x, components have inherited scope by default. That means in a child component template you can reference parent scope properties. This often leads to tightly-coupled components, where a child component assumes knowledge of what properties are present in the parent scope. It is also possible to accidentally refer to a parent scope property in a child component.
Vue.js 0.11 released!
Nov 9, 2014
After the long wait, Vue.js 0.11 Cowboy Bebop is finally here! Thanks to everyone who tried out the release candidate versions and provided feedback / bug reports along the way.
Vue.js 0.10.6, and what's next
Jul 29, 2014
0.10.6
Vue.js 0.10.6 has been released! This is another small bug-fix release and will be the last maintainance version before the next major release.
Vue.js 0.10 is here!
Mar 22, 2014
Vue.js 0.10.0 (Blade Runner) has been released! This release comes with many useful additions based on the suggestions from the users, notably interpolation in literal directives, dynamic components with the new v-view
directive, array filters, and the option to configure interpolation delimiters. Internally, the codebase has received many refactoring and improvements which makes Vue.js even faster.