#nuxt3
Explore tagged Tumblr posts
themepure · 6 months ago
Text
Tumblr media
👋Hey Tech Innovators, Make your website more beautiful & attractive with Softec templates.🔥
Use Softec—Software & Technology Template to focus on functionality instead of struggling with outdated designs that don't match your development speed and agility. It's an excellent choice for tech companies, software developers, and anyone looking to create a professional online presence.
Benefits There: ✨ Keep your tech projects looking modern and professional. ✨ (Efficiency Boost) Pre-designed templates save you hours of work, letting you focus on innovation. ✨ (Highly Customizable) Tailor every element to seamlessly fit your unique brand identity. ✨ (High Performance) Built with Vue and Nuxt 3 for fast and smooth user experiences.
Softec - Software & Technology Template is a modern and efficient template designed to create stunning websites for tech companies and software developers.
View Softec
0 notes
sho-snippets · 2 years ago
Text
props
const props = defineProps<{
modelValue: boolean
}>()
emits
const emit = defineEmits(['update:modelValue'])
v-dialog etc
:modelValue="props.modelValue"
@update:model-value="(val) => emit('update:modelValue', val)"
0 notes
reveationlabs · 2 years ago
Text
Nuxt 2 vs Nuxt 3 vs Nuxt 3.6 : Choose the Right One
Tumblr media
In the fast-paced world of web development, staying up-to-date with the latest frameworks and tools is essential to deliver top-notch digital experiences. 
Among the front-runners in the Vue.js ecosystem, Nuxt.js has been a go-to choice for developers seeking efficient server-side rendering (SSR) and static site generation (SSG) capabilities. 
With the recent releases of Nuxt 3 and its subsequent version, Nuxt 3.6, developers are presented with a range of options and advancements that can significantly impact their projects. 
For more details: Nuxt 2 vs Nuxt 3 vs Nuxt 3.6 : Choose the Right One
1 note · View note
vis97c · 5 months ago
Text
Tumblr media
Cuna, una herramienta para que los estudiantes de la UNAL estén al tanto de los cupos de sus asignaturas durante el periodo de matricula de una forma cómoda y eficiente.
Cuna es un proyecto de mi autoria y de codigo abierto. Por detras hace uso de Nuxt3 y Firebase con Cloud functions.
Source
0 notes
vuejs2 · 4 years ago
Photo
Tumblr media
RT @VueToronto: Deadline for #VueConfToronto call for paper is 30th Sep, 2021. Submit your proposals now. First time speakers welcome 📢 Join the incredible speaker lineup! https://t.co/9LqTF6KMPp #vuejs #nuxtjs #vuetify #vue3 #nuxt3 #testing #seo https://t.co/MDiRxqXcIE
0 notes
javascriptw3schools · 4 years ago
Photo
Tumblr media
RT @VueToronto: Deadline for #VueConfToronto call for paper is 30th Sep, 2021. Submit your proposals now. First time speakers welcome 📢 Join the incredible speaker lineup! https://t.co/9LqTF6KMPp #vuejs #nuxtjs #vuetify #vue3 #nuxt3 #testing #seo https://t.co/MDiRxqXcIE
0 notes
themepure · 6 months ago
Text
Tumblr media
Are you frustrated with outdated e-learning designs that fail to engage your students? Spending too much time trying to customize designs that don’t meet your needs?
🤩 Then download the Educal – Online Learning and Education Vue Nuxt 3 Template.
🚀 Modify or transform your e-learning experience today.
0 notes
sho-snippets · 2 years ago
Text
Nuxt3 Auto Import - VS Code [command + click] not jump
auto imported component will jump to .nuxt/components.d.ts
[Goto definition alias] extension works great with this problem!
ref github issue
1 note · View note