You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message: 'What stack would you like to use for your new project? More information: https://sidebase.io/sidebase/welcome/stacks',
26
-
choices: [
27
-
{title: 'Merino',description: 'A modular stack that let\'s you choose configuration and modules, e.g.: Want Prisma ORM or not? Want Authentication or not? ... Merino is ideal if you want fine-grained control',value: 'merino'},
28
-
{title: 'Cheviot',description: 'A batteries-included stack where most decisions were made for you. Cheviot is ideal if you want to just get going with an opinionated stack that works',value: 'cheviot'},
selectedFeatures.push('- GitHub Actions based CI')
15
-
}
16
-
selectedFeatures.push('- Linting via ESLint and @antfu/eslint-config')
17
-
}
18
-
else{
19
-
selectedFeatures=[
20
-
'- Database models, migrations, queries and easy DB-switching via Prisma',
21
-
'- Deep Prisma integration: Use the client in your endpoints via nuxt-prisma, Prisma client is auto-generated for npm run dev and other commands and more',
22
-
'- Frontend- and Backend data-transformation via nuxt-parse and zod',
23
-
'- In-memory development SQL-database via sqlite3',
24
-
'- Linting via eslint',
25
-
'- Test management, Test UI, component snapshotting via vitest',
26
-
'- Component tests via test-library/vue',
27
-
'- Nuxt 3 native API testing via @nuxt/test-utils',
28
-
'- Code coverage via c8',
29
-
'- CSS utilities via TailwindCSS',
30
-
'- CSS components via Naive UI',
31
-
'- Type checking in script and template via Volar / vue-tsc',
32
-
'- Code editor configuration via .editorconfig files and a portable .settings/ folder whith best-practice VS Code settings and extensions for Vue 3 / Nuxt 3 development',
0 commit comments