My minimal Nuxt + Typescript + Bootstrap starter template for creating webapps.
- PNPM package manager
- Ready to go straight into coding
- Typescript ready
- My eslint configuration (
.config/eslint.mjs
) - Bootstrap custom client plugin (
plugins/bootstrap.client.ts
) - Scroll behavior
- Some Vue transitions (
app/assets/scss/_transitions.scss
) - Color modes (
@nuxtjs/color-mode
) - Icon component (
@nuxt/icon
) - Sitemap generator (
@nuxtjs/sitemap
)
# install dependencies
pnpm i
# run dev server (http://localhost:5173)
pnpm dev