Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 392 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 392 Bytes

Supertokens + Vue Starter

This template should help get you started with Vue 3 in Vite + a tiny server to run your Supertokens backend.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint