An open API service indexing awesome lists of open source software.

https://github.com/yizack/my-nuxt-starter

My minimal Nuxt + Typescript + Bootstrap starter template for creating webapps.
https://github.com/yizack/my-nuxt-starter

bootstrap nuxt typescript vue

Last synced: about 1 year ago
JSON representation

My minimal Nuxt + Typescript + Bootstrap starter template for creating webapps.

Awesome Lists containing this project

README

          

# my-nuxt-starter

My minimal Nuxt + Typescript + Bootstrap starter template for creating web apps.

## Features
- PNPM package manager
- Ready to go straight into coding
- Typescript ready
- My eslint configuration ([`.config/eslint.mjs`](.config/eslint.mjs))
- Bootstrap custom client plugin ([`plugins/bootstrap.client.ts`](app/plugins/bootstrap.client.ts))
- Scroll behavior
- Some Vue transitions ([`app/assets/scss/_transitions.scss`](app/assets/scss/_transitions.scss))
- Color modes (`@nuxtjs/color-mode`)
- Icon component (`@nuxt/icon`)
- Sitemap generator (`@nuxtjs/sitemap`)

# Install

```sh
# install dependencies
pnpm i

# run dev server (http://localhost:5173)
pnpm dev
```