#vuerouter
implemented pinia for a basic (anonymous) comment system that stores state clientside and syncs it back to the server which stores to an ephemeral sqlite (ephemeral to the life of the PVC in my cluster). using vuerouter to switch between a homepage with some links and my resume.
May 26, 2025 at 11:32 PM
Also, VueRouter is delicious.
November 12, 2024 at 7:31 PM
VueRouterを使うと、特定のページ遷移をしたときだけ現れる隠しページを作れることが分かってしまい、いにしえのホームページ管理人の血が騒いでいる
February 27, 2024 at 1:05 PM
#うひーメモ
2023-12-01 00:31:41
【VueRouter】URLを直接入力して画面遷移するのを防ぐ
#Program
#vuerouterurl
#vuerouter
#ステップ
【VueRouter】URLを直接入力して画面遷移するのを防ぐ
ユーザー認証画面gtパスワード変更画面のようにステップを踏んで画面遷移するようなフローがある場合パスワード変更画面に直接遷移されては困りますVueRouterで提供されている機能を利用する
qiita.com
November 30, 2023 at 3:31 PM
#うひーメモ
2023-10-24 19:04:14
Nuxt3でルーティングの設定と画面遷移を実装してみた
#Program
#nuxt
#vuerouter
#アプリケーション
Nuxt3でルーティングの設定と画面遷移を実装してみた
はじめにNuxtプロジェクトでルーティングの設定と画面遷移を実装してみましたVueRouterを使う場合と比べとても簡単ですNuxtを使用して画面遷移が必要なアプリケーションを作成
qiita.com
October 24, 2023 at 10:04 AM
Like, I’ve used VueRouter a bunch of times and created routing configs by hand, but I’ve also created my own implementation of Nuxt’s ‘pages’ feature, multiple times. I don’t even touch the routing in Nuxt, I just put files in directories, but I implicitly understand what it’s doing under the hood.
April 18, 2025 at 1:11 AM
Awesome talk on Data loaders in #vue and #vuerouter with @esm.dev from #vueconftoronto2024
November 19, 2024 at 8:35 PM