Skip to content

azoom-nguyen-van-nam/nuxt3-example

Repository files navigation

Abo

Setup

Use node version > 16:

nvm i 16
nvm use 16

Make sure to install the dependencies:

yarn install

Development Server

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

yarn dev

Deploy STG

yarn deploy:staging