8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dda93d commit 3f21000Copy full SHA for 3f21000
src/guide/application.md
@@ -34,8 +34,8 @@ Vue.js を利用した典型的なプロジェクトでは、たくさんの個
34
35
立ち上げるための最速の方法は、公式の [vue-cli](https://github.com/vuejs/vue-cli) を使用して事前に設定されたビルドセットアップで実行することです。GitHub 上にある公式 scaffold テンプレートも探すことができます:
36
37
-- [Webpack + vue-loader](https://github.com/vuejs/vuejs-templates/webpack)
38
-- [Browserify + vueify](https://github.com/vuejs/vuejs-templates/browserify)
+- [Webpack + vue-loader](https://github.com/vuejs-templates/webpack)
+- [Browserify + vueify](https://github.com/vuejs-templates/browserify)
39
40
## ルーティング
41
0 commit comments