VUE-ROUTER Meaning in Japanese - translations and usage examples

vuerouterの

Examples of using Vue-router in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Routing with vue-router.
Vue-routerによるルーティング。
Include vue-router after Vue and it will install itself automatically:.
Vueの後にvue-routerを含めると自動的にインストールされます。
This option is given directly to the vue-router mode.
このオプションは直接vue-routerのmodeに渡されます。
In vue-router we can use a dynamic segment in the path to achieve that:.
Vue-routerではパスの中の動的なセグメントを使用して実現できます。
This option is given directly to the vue-router base.
このオプションはvue-routerのbaseに直接付与されます。
For individual components that rely on vue-router features, you can mock them using the techniques mentioned above.
Vue-router機能に依存する個々のコンポーネントについては、上記の手法を使ってモックすることができます。
This option is given directly to the vue-router fallback.
このオプションはvue-routerのfallbackに直接付与されます。
Vue-router allows you to achieve these and even better, allows you to completely customize the scroll behavior on route navigation.
Vue-routerではこれらをさらによく実現できます。ルートナビゲーションにおけるスクロールの挙動を完全にカスタマイズすることができます。
This option is given directly to the vue-router linkactiveclass.
このオプションはvue-routerのlinkactiveclassに直接付与されます。
Select the default install unless you havespecific packages that you need to include(e.g. vuex or vue-router).
特定のパッケージ(たとえば、vuexやvue-routerなど)を追加する必要がないのであれば、デフォルトインストールを選択してください。
This option is given directly to the vue-router parseQuery/ stringifyQuery.
このオプションはvue-routerのparseQuery/stringifyQueryに直接付与されます。
Some of the components may rely on features injected by a global plugin or mixin,for example vuex and vue-router.
コンポーネントの中には、グローバルプラグインやミックスインによって注入された機能(例:vuex、vue-routerなど)に依存するものもあります。
You will have to clone directly from GitHub and build vue-router yourself if you want to use the latest dev build.
もし最新の開発用ビルドを使用したい場合は、GitHubから直接クローンしてvue-routerをご自身でビルドしてください。
The default mode for vue-router is hash mode- it uses the URL hash to simulate a full URL so that the page won't be reloaded when the URL changes.
Vue-routerのデフォルトはhashモードです- 完全なURLをhashを使ってシミュレートし、URLが変更された時にページのリロードが起きません。
You can find more information about the append prop on the vue-router documentation.
Vue-routerのドキュメントでappendpropの詳細についてをご覧ください。
When adding vue-router to the mix, all we need to do is map our components to the routes and let vue-router know where to render them.
Vue-routerを混ぜ込むは、コンポーネントとルートをマッピングさせてvue-routerにどこで描画するかを知らせるだけです。
The navigation-drawer is pre-configured to work with or without vue-router right out the box.
ナビゲーションドロワーはvue-routerなしで動作するように設定されています。
As the name suggests, the navigation guards provided by vue-router are primarily used to guard navigations either by redirecting it or canceling it.
この名前が示すように、vue-routerによって提供されるナビゲーションガードは、リダイレクトもしくはキャンセルによって遷移をガードするために主に使用されます。
You can find more information about the active-class prop on the vue-router documentation.
Vue-routerのドキュメントでactive-classpropの詳細をご覧ください。
It is worth mentioning that vue-router navigation methods(push, replace, go) work consistently in all router modes(history, hash and abstract).
Vue-routerのナビゲーションメソッド(push、replace、go)は全てのモード(history、hash、abstract)で一貫して動作することは特筆すべき点です。
Vue-router uses path-to-regexp as its path matching engine, so it supports many advanced matching patterns such as optional dynamic segments, zero or more/ one or more requirements, and even custom regex patterns.
Vue-routerはパスのマッチングエンジンとしてpath-to-regexpを使っています。これはOptionalによる動的なセグメント、Zero ormore/Oneormoreに対する要求、また、カスタム正規表現パターンまでもサポートしています。
For example, the vuex-router-sync library integrates vue-router with vuex by managing the application's route state in a dynamically attached module.
例えばvuex-router-syncライブラリは、動的に付属させたモジュール内部でアプリケーションのルーティングのステートを管理することでvue-routerとvuexを統合しています。
Results: 22, Time: 0.0267

Top dictionary queries

English - Japanese