Skip to content

Commit 3f21000

Browse files
BcRikkokazupon
authored andcommitted
fixed link to vuejs-templates (vuejs#125)
1 parent 6dda93d commit 3f21000

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/application.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Vue.js を利用した典型的なプロジェクトでは、たくさんの個
3434

3535
立ち上げるための最速の方法は、公式の [vue-cli](https://github.com/vuejs/vue-cli) を使用して事前に設定されたビルドセットアップで実行することです。GitHub 上にある公式 scaffold テンプレートも探すことができます:
3636

37-
- [Webpack + vue-loader](https://github.com/vuejs/vuejs-templates/webpack)
38-
- [Browserify + vueify](https://github.com/vuejs/vuejs-templates/browserify)
37+
- [Webpack + vue-loader](https://github.com/vuejs-templates/webpack)
38+
- [Browserify + vueify](https://github.com/vuejs-templates/browserify)
3939

4040
## ルーティング
4141

0 commit comments

Comments
 (0)