Made with Vue.js, Tailwind, GSAP, CSS animations, Vite, chocolate and coffee. Hecho con Vue.js, Tailwind, GSAP, animaciones CSS, Vite, chorizo y paella.
-
Code: Licensed under the MIT License. See
LICENSEfile. You’re free to use, modify, and distribute the source code. -
Design, content, and branding: Licensed under the Creative Commons Attribution–NonCommercial–NoDerivatives 4.0 International License (CC BY-NC-ND 4.0). See
LICENSE-DESIGNfile. These materials may not be used commercially or modified without permission.
The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Install dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun installRun development server.
# npm
npm run dev
# pnpm
pnpm dev
# yarn
yarn dev
# bun
bun run devBuild the application for production:
# npm
npm run build
# pnpm
pnpm build
# yarn
yarn build
# bun
bun run buildThe build is in dist folder.
Locally preview production build:
# npm
npm run preview
# pnpm
pnpm preview
# yarn
yarn preview
# bun
bun run preview