OnurKeni / nuxt3-example-app

Nuxt 3 mini e-commerce

Home Page:https://nuxt3-mini-app.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt 3 Mini Template

πŸ’š A Better Nuxt 3 Mini Template

Features

Clone to local

$> πŸŽ‰  Another read Nuxt project just made! Next steps:
$>
$>    πŸ“  `cd nuxt3-example-app`
$>
$>    πŸ’Ώ  Install dependencies with `npm install` or `yarn install`
$>
$>    πŸš€  Start development server with `npm run dev` or `yarn dev`

Installation

Make sure to install the dependencies

yarn install or npm install

Development

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

yarn dev or npm run dev

Production

Build the application for production:

yarn build or npm run build

Home Page

Home Page

Checkout the deployment documentation.

About

Nuxt 3 mini e-commerce

https://nuxt3-mini-app.vercel.app

License:MIT License


Languages

Language:Vue 67.6%Language:JavaScript 31.5%Language:TypeScript 0.7%Language:SCSS 0.2%