Skip to content

Commit 176a515

Browse files
authored
chore: adjust wording to Nuxt 3+ (#193)
1 parent 82bfc22 commit 176a515

File tree

19 files changed

+39
-39
lines changed

19 files changed

+39
-39
lines changed

.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { headConfig, sitemapConfig } from './head'
77
export default defineConfig({
88
title: 'sidebase',
99
titleTemplate: ':title - by SIDESTREAM',
10-
description: 'The productive way to build fullstack Nuxt 3 applications.',
10+
description: 'The productive way to build fullstack Nuxt 3+ applications.',
1111
srcDir: 'src',
1212
base: '/',
1313
cleanUrls: true,

.vitepress/head.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const headConfig: HeadConfig[] = [
99
['link', { rel: 'icon', href: '/favicon.ico' }],
1010
['meta', { name: 'theme-color', content: '#30A36C' }],
1111
['meta', { property: 'og:title', content: 'sidebase - by SIDESTREAM' }],
12-
['meta', { property: 'og:description', content: 'The web app development kit to build production fullstack Nuxt 3 apps quickly.' }],
12+
['meta', { property: 'og:description', content: 'The web app development kit to build production fullstack Nuxt 3+ apps quickly.' }],
1313
['meta', { property: 'og:site_name', content: 'sidebase' }],
1414
['meta', { property: 'og:type', content: 'website' }],
1515
['meta', { property: 'og:locale', content: 'en' }],

.vitepress/routes/sidebar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const routes: DefaultTheme.Config['sidebar'] = {
3737
link: '/',
3838
},
3939
{
40-
text: 'Nuxt 3',
40+
text: 'Nuxt 3+',
4141
link: '/nuxt-3',
4242
},
4343
{

.vitepress/theme/components/Landing/Stack/data.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export interface StackItem {
1111
export const stackItems: StackItem[] = [
1212
{
1313
name: 'Nuxt',
14-
description: 'Nuxt 3 wraps Vue 3 to help us productive Vue 3 quicker than ever before: Fullstack web Apps, Static Websites, PWAs and more are all possible with Nuxt 3. Nuxt also optimizes all of these modes heavily to provide the best user-experience (UX) and developer-experience (DX).',
14+
description: 'Nuxt wraps Vue 3 to help us productive Vue 3 quicker than ever before: Fullstack web Apps, Static Websites, PWAs and more are all possible with Nuxt. Nuxt also optimizes all of these modes heavily to provide the best user-experience (UX) and developer-experience (DX).',
1515
link: '/sidebase/components/nuxt-3',
1616
logoPath: '/brands/nuxt.svg',
1717
},
@@ -42,7 +42,7 @@ export const stackItems: StackItem[] = [
4242
},
4343
{
4444
name: 'NuxtAuth',
45-
description: 'NuxtAuth wraps the very popular Auth.js library and brings its 23k github star power to the Nuxt 3 ecosystem. With nuxt-auth you can implement authentication via most possible OAuth providers in a few seconds.',
45+
description: 'NuxtAuth wraps the very popular Auth.js library and brings its 23k github star power to the Nuxt 3+ ecosystem. With nuxt-auth you can implement authentication via most possible OAuth providers in a few seconds.',
4646
logoPath: '/brands/nuxt-auth.png',
4747
},
4848
{

.vitepress/theme/components/Landing/Terminal/Terminal.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export default defineComponent({
8585
<DiamondSeperator />
8686
</VtText>
8787
<VtText :line-delay="0">
88-
sidebase helps you to create fully typesafe Nuxt 3 app in seconds!
88+
sidebase helps you to create fully typesafe Nuxt 3+ app in seconds!
8989
</VtText>
9090
<br>
9191
<VtText :line-delay="1000">
@@ -103,7 +103,7 @@ export default defineComponent({
103103
<VtText :line-delay="0">
104104
Now setting up <span class="text-green-500">my-first-sidebase-project</span>:
105105
</VtText>
106-
<VtText>✔ Adding Nuxt 3 merino-template</VtText>
106+
<VtText>✔ Adding Nuxt 3+ merino-template</VtText>
107107
<VtText>✔ Adding Nuxt modules</VtText>
108108
<VtText>✔ Adding README</VtText>
109109
<br>

.vitepress/theme/components/Landing/Testimonials/data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const testimonials: Testimonial[] = [
4141
{
4242
name: 'Fabian',
4343
avatar: 'https://avatars.githubusercontent.com/madebyfabian',
44-
text: 'Thank you so much for sharing! Trying to use nuxt 3 on a larger project currently, and struggling a lot in terms of project structure, best practices, which ecosystems & libs to use',
44+
text: 'Thank you so much for sharing! Trying to use Nuxt 3+ on a larger project currently, and struggling a lot in terms of project structure, best practices, which ecosystems & libs to use',
4545
githubLink: 'https://github.com/madebyfabian',
4646
twitterLink: 'https://twitter.com/madebyfabian/status/1566393943578787840',
4747
},

src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: home
44

55
hero:
66
name: "sidebase"
7-
text: "The productive way to build fullstack Nuxt 3 applications."
7+
text: "The productive way to build fullstack Nuxt applications."
88
tagline: "sidebase is a web app development kit to build production ready fullstack apps quickly."
99
actions:
1010
- theme: brand

src/sidebase/components/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "sidebase is made up of components like: Nuxt 3, TypeScript, Prisma ORM and more. This section explains how to use these different components in your sidebase Nuxt 3 app."
2+
description: "sidebase is made up of components like: Nuxt 3+, TypeScript, Prisma ORM and more. This section explains how to use these different components in your sidebase Nuxt 3+ app."
33
---
44
# Overview
55

src/sidebase/components/nuxt-3.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
description: "Nuxt 3 is a core-component of sidebase: It's always there and ensures that production-ready fullstack Vue 3 apps can be developed smoothly. Learn how to use Nuxt 3 with sidebase here."
2+
description: "Nuxt 3+ is a core-component of sidebase: It's always there and ensures that production-ready fullstack Vue 3 apps can be developed smoothly. Learn how to use Nuxt 3+ with sidebase here."
33
---
4-
# Nuxt 3
4+
# Nuxt 3+
55

6-
[Vue 3](https://vuejs.org/) is great - it has kept its promise of progressiveness and simplicity for web app development. It also has a rich ecosystem of libraries, modules and a sprawling developer community. [Nuxt 3](https://nuxt.com/) wraps Vue 3 to help us productive Vue 3 quicker than ever before: Fullstack web Apps, Static Websites, PWAs and more are all possible with Nuxt 3. Nuxt also optimizes all of these modes heavily to provide the best user-experience (UX) and developer-experience (DX). Nuxt 3 prides itself with being "The Intuitive Web Framework" - and we agree!
6+
[Vue 3](https://vuejs.org/) is great - it has kept its promise of progressiveness and simplicity for web app development. It also has a rich ecosystem of libraries, modules and a sprawling developer community. [Nuxt 3+](https://nuxt.com/) wraps Vue 3 to help us productive Vue 3 quicker than ever before: Fullstack web Apps, Static Websites, PWAs and more are all possible with Nuxt 3+. Nuxt also optimizes all of these modes heavily to provide the best user-experience (UX) and developer-experience (DX). Nuxt 3+ prides itself with being "The Intuitive Web Framework" - and we agree!
77

8-
Nuxt 3 is what "launches" your app. So you are already using it after running:
8+
Nuxt 3+ is what "launches" your app. So you are already using it after running:
99
::: code-group
1010
```bash [npm]
1111
npm run dev
@@ -21,11 +21,11 @@ yarn run dev
2121
You will see an output like this (if everything went well):
2222
```bash
2323
Nuxi 3.0.0
24-
Nuxt 3.0.0 with Nitro 1.0.0
24+
Nuxt 3+.0.0 with Nitro 1.0.0
2525

2626
> Local: http://localhost:3000/
2727
> Network: http://192.168.8.118:3000/
2828
> Network: http://[fd60:aaef:97c3:d900:ce:722e:a03c:dc0]:3000/
2929
```
3030

31-
When you open `localhost:3000` you will see the sidebase-start-screen. It is very minimal - don't let that shock you. It is meant to be removed as one of your first actions and be replaced with your own beautiful idea. Checkout the [official nuxt-docs here](https://nuxt.com) for further reading and a deep-dive into Nuxt 3.
31+
When you open `localhost:3000` you will see the sidebase-start-screen. It is very minimal - don't let that shock you. It is meant to be removed as one of your first actions and be replaced with your own beautiful idea. Checkout the [official nuxt-docs here](https://nuxt.com) for further reading and a deep-dive into Nuxt 3+.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
description: "Authenticated Nuxt 3 apps are easy! Use this page to learn how to use authentication after setting it up via sidebase."
2+
description: "Authenticated Nuxt 3+ apps are easy! Use this page to learn how to use authentication after setting it up via sidebase."
33
---
44
# Nuxt Auth
55

6-
`nuxt-auth` is a module we made ourselves. It wraps the very popular NextAuth.js library and brings its 12k github star power to the Nuxt 3 ecosystem. With `nuxt-auth` you can implement authentication via most possible OAuth providers in a few seconds.
6+
`nuxt-auth` is a module we made ourselves. It wraps the very popular NextAuth.js library and brings its 12k github star power to the Nuxt 3+ ecosystem. With `nuxt-auth` you can implement authentication via most possible OAuth providers in a few seconds.
77

88
We've written a full documentation for `nuxt-auth`, [please check it out here](https://auth.sidebase.io).

0 commit comments

Comments
 (0)