Skip to content

efstajas/jason-e.dev

Repository files navigation

jason-e.dev

This repository is my personal website. It's a PWA written in Vue with TypeScript. It communicates with a Strapi headless CMS server to get content via GraphQL.

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Run your end-to-end tests

yarn test:e2e

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.