/vue-3-suspense

Vue 3 Suspense example for Vue Dose

Primary LanguageVue

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