Skip to content

Minimal and opinionated starter template for Nuxt 3

Notifications You must be signed in to change notification settings

raviVeeraghanta/nuxt3-starter

 
 

Repository files navigation

Nuxt 3 Starter

This is an opinionated starter template for Nuxt 3. It is based on the what we use and love at Input Studio.

Look at the Nuxt 3 documentation to learn more.

Features

Don't worry, if you don't need something, you can remove it.

Setup

Yeah, yarn is better than npm. But you can still use npm if you want.

# Create a new Nuxt 3 project using this starter template:
npx nuxi init -t gh:inputstudio/nuxt3-starter <project-name>
# Go to the project directory:
cd <project-name>
# Install the dependencies:
yarn install
# Start the development server:
yarn dev

Production

# Build the application for production:
yarn build
# Preview production build:
yarn preview

Check out the deployment documentation for more information.

About

Minimal and opinionated starter template for Nuxt 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 53.4%
  • SCSS 25.0%
  • JavaScript 15.2%
  • Vue 6.4%