Skip to content
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.

viniciuskneves/vue-3-suspense

Repository files navigation

vue-3-suspense

This repo is an example of how to use Suspense, a new feature on Vue 3. It was made as a complementary repo to an article published at Vue Dose. You can also read the article at ARTICLE.md and access it live at viniciuskneves.github.io/vue-3-suspense.

Running the project

In case you want to run and play with this project:

npm install
npm run serve