Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 649 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 649 Bytes

Suspense feature in Vue 3 with SFC Script Setup

These examples are part of my blog post Suspense feature in Vue 3 with SFC Script Setup. Please refer to the blog article for detailed explanation.

Getting Started is Simple

Install dependencies

npm install

Serve at localhost:3000

npm run dev

Building for Production

npm run build