Skip to content

My website portfolio, rebuild with Vue3, Typescript and TailwindCSS.

Notifications You must be signed in to change notification settings

lauraredeker/portfolio-tailwind

Repository files navigation

🔮 lauraredeker.com

This is the source code for my (Laura A. Redeker) personal portfolio.

Visit Live Site

Netlify Status

Hi, I'm Laura, Frontend Designer & Developer based in Munich, Germany. As a designer-developer hybrid 👾 I understand both the visual & functional aspects of creating for the web.

Source Information

This website is built with

Recommended IDE Setup

VSCode + Vetur. Make sure to enable vetur.experimental.templateInterpolationService in settings!

<script setup>

<script setup> is a feature that is currently in RFC stage. To get proper IDE support for the syntax, use Volar instead of Vetur (and disable Vetur).

Project setup and usage

Install dependencies:

npm install

Run development server:

npm run dev

Build for produciton:

npm run build

Run ESLint:

npm run lint

Lint and fix:

npm run lint:fix

Acknowledgements