0.0.1 • Published 2 years ago

create-nuxtwind v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Nuxt 3 TailwindCSS Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the 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 dev

# yarn
yarn dev

use --port to appoint port you want

# npm
npm run dev --port 42

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

Check out the deployment documentation for more information.

0.0.1

2 years ago