0.0.1 • Published 2 years ago
create-nuxtwind v0.0.1
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 installDevelopment Server
Start the development server on http://localhost:3000:
# npm
npm run dev
# pnpm
pnpm dev
# yarn
yarn devuse --port to appoint port you want
# npm
npm run dev --port 42Production
Build the application for production:
# npm
npm run build
# pnpm
pnpm build
# yarn
yarn buildLocally preview production build:
# npm
npm run preview
# pnpm
pnpm preview
# yarn
yarn previewCheck out the deployment documentation for more information.
0.0.1
2 years ago