Skip to content

⛺ NuxtJS Project using Vue, NuxtLabsUI, TailwindCSS & AnimeJS (v0.8)

Notifications You must be signed in to change notification settings

vtonu/MathRelationship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

⛺ NuxtJS Project using Vue, NuxtLabsUI, TailwindCSS & AnimeJS (v0.8)

pushpull.mp4

A NuxtJS Project using Vue, NuxtLabs UI & TailwindCSS

Setup

Make sure to install necessary dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

Development Server

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

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

Look at the Nuxt 3 documentation to learn more. Check out the deployment documentation for more information.