[備忘録]初の Nuxt マイナーバージョンアップ(v3.16.2 -> v3.17.5)を乗り越えて #Nuxt3
業務で Nuxt のマイナーバージョンアップを経験した際に、「良かったこと」と「反省点」があったため、この記事で振り返りたいと思います。 本記事は Nuxt v3.16.2 から v3.17.5 へのバージョンアップに関する内容です。これから同様の作業に取り組む方の参考になれば幸いです! 実際に行ったこと 起きた問題点 良かったこと 反省点 まとめ 今回の Nuxt バージョンアップでは、大まかに以下の手順で作業を進めました。 恥ずかしい話、2…
How I've (kind of) migrated my #website to #nuxt3: lukaszkups.net/notes/i-have...
#vuejs #vue #js #javascript #webdev #programming
I've been recreating my current website in #nuxt3 just to learn a tool and eventually make a switch into something bigger than my homemade static site generator..
But when I've seen the HTML output structure I've become like: "Nah, I'm okay with my little toy solution for now" 😅
Playing around new website ideas 🤔 (dark/bright version)
#portfolio #webdev #webdeveloper #webdevelopment #nuxt #nuxt3
Finally forced myself to make a progress with my personal website refresh & migration to #nuxt3 🙌 🔥
The biggest pain was to keep my content storage logic and url generation still compatible to all existing links I've pasted over the web - but finally made it! 💪
#webdev #vue #webdeveloper #vue3 #nuxt
Nuxt 2 reached end of life in June 2024.
If you still not migrated to Nuxt 3 this means 8 months with no security updates & modern features.
See how we did the migration and why you should too: coditive.com/blog/nuxt-2-... #Nuxt3
Thanks! Very kind of you.
As far as tools; there’s a colophon in the footer with some context: stewartsmith.io#colophon
Foundation is #Nuxt3 + #Vue3, with #Directus as a headless CMS. Everything else is just me code riffing. (Modern #CSS is amazing—no need for any preprocessors!)
nuxt.config.ts export default defineNuxtConfig({ runtimeConfig: { apiSecret: "devSecret", // Hardcoded for development public: { apiBase: "http://localhost:3000/api", // Hardcoded for development }, }, }) Production Set environment variables: NUXT_API_SECRET=prodSecret NUXT_PUBLIC_API_BASE=https://api.example.com Access values in app: const config = useRuntimeConfig() console.log(config.apiSecret) // Logs "prodSecret" in production console.log(config.public.apiBase) // Logs "https://api.example.com" in production
Nuxt 3 Runtime Config Insight 🚀
Hardcode dev secrets in runtimeConfig—Nuxt replaces them with production env vars automatically. Example: apiSecret: "devSecret" is replaced by NUXT_API_SECRET in production.
#Nuxt3 #WebDevTips #Coding
Nuxt3 × Vuetify で Storybook 代替のUIカタログ「Histoire」を使用する件について記事に致しましたのでご査収ください。
Storyの自動生成ツールも作成しました。
#nuxt3 #vuetify #histoire
zenn.dev/tanukikyo/ar...
Explore the new mark-a-spot.com! ✨ Fresh logo, revamped look, all driven by #Nuxt3 and #Tailwind. Considering it as my go-to frontend tech for #Drupal projects.
Hi,
Just a share my #Nuxt3 Starter here :
github.com/skribascode/...
The authentication work with #Firebase, Google auth and Email/Password.
Simple UX with #Tailwindcss
Last release before launch !! 🚀
#nuxt3
github.com/nuxt/framework/releases/...
heu j'ai pas compris comment #nuxt3 génère un site statique ! 🤔 y a que moi ?
very good idea for the doc #Nuxt3 navigate to the folder structure 🤗