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.
- Host: GitHub
- URL: https://github.com/yizack/my-nuxt-starter
- Owner: Yizack
- License: mit
- Created: 2023-06-12T15:57:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T22:32:28.000Z (about 1 year ago)
- Last Synced: 2025-03-31T23:27:43.834Z (about 1 year ago)
- Topics: bootstrap, nuxt, typescript, vue
- Language: TypeScript
- Homepage:
- Size: 1.1 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```