Skip to content

foleyb25/nuxt-3-template

Repository files navigation

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

The project structure is taken directly from the Nuxt 3 guide and this template streamlines the set up process.

There is additional documentation in the project files (.vue,.js,.ts)

Image of Nuxt Template Project Structure

Setup

Make sure to install the dependencies:

# npm
npm install

Add .env File

Add in the following content. As an example:

TEST_KEY=

Your project structure should look similar to this:

Image of Nuxt Template Project Structure

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.

Setup Includes

  • Tailwind
  • SCSS

SCSS is not really needed and the Tailwind docs recommend not using it

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published