Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 723 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 723 Bytes

blank-vue-spa

This is a starter project for an SPA build with vue3, TS, tailwind, apollo.

The intention is for it to be paired with a Laravel Fortify + Sanctum + Lighthouse graphql backend api.

The commit history shows the steps of adding each of these technologies to the project so you can use this repo as a starting point, or use it's history as a guide for other projects.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint