Skip to content

skabeche/danalcaide-vue

Repository files navigation

Dan Alcaide Portfolio

www.danalcaide.com

Made with Vue.js, Tailwind, GSAP, CSS animations, Vite, chocolate and coffee. Hecho con Vue.js, Tailwind, GSAP, animaciones CSS, Vite, chorizo y paella.

License

Overview

The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Setup

Install dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development

Run development server.

# npm
npm run dev

# pnpm
pnpm dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

The build is in dist folder.

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Releases

No releases published

Packages

No packages published