Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 441 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 441 Bytes

Nuxt Small Stack

Build Setup

# Instalar Dependencias
npm install
# Crear tu propio ENV
mv .env.example .env
# Levantar el server en el puerto indicado
npm run dev

# Construrir para Produccion
npm run build
npm run start

# Generar el app estatico
npm run generate

Referencia de Tailwind

# => http://localhost:PORT/_tailwind/

Referencias

Nuxt.js.