8000 fixed link to vuejs-templates by BcRikko · Pull Request #125 · vuejs/jp.vuejs.org · GitHub
[go: up one dir, main page]

Skip to content

fixed link to vuejs-templates #125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 14, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/guide/application.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Vue.js を利用した典型的なプロジェクトでは、たくさんの個

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

- [Webpack + vue-loader](https://github.com/vuejs/vuejs-templates/webpack)
- [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)

## ルーティング

Expand Down
0