Skip to content

Marionetko/nuxt-shop

Repository files navigation

Shop App built on NuxtJS 3

This is testing repo was created to build an App using Nuxt.js 3. Here will be described the instructions for working with NuxtJS and the technology stack that will be used for this project. All project code will comply with international web-standards and official framework documentation.

App DEMO

Project technology stack

  • HTML/CSS/JS
  • Tailwind CSS
  • Vue.js ( Nuxt 3 )

Auxiliary APIs

Recommendations before starting the project

Be sure that you have these applications:

  1. Latest LTS version of Node.js
  2. Extension for VScode Live Server
  3. Extension for VScode Vue Language Features (Volar)

Start New project

Open a terminal and use the following command to create a new project:

# npx
npx nuxi init <project-name>

Look at the nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

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

Checkout the deployment documentation for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published