Skip to content

NiksolazLogix/urbaneye-nuxt3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nuxt 3 Minimal Starter

Look at the nuxt 3 documentation to learn more.

Setup

node 16.15.0 npm 8.11.0

Make sure to install the dependencies:

# yarn
yarn install ( per ora sconsigliato )

# npm
npm install ( consigliato )

# pnpm
pnpm install --shamefully-hoist

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

project example to test typescript and nuxt 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published