valantic / vue-template

A custom Vue.js boilerplate based on webpack.
MIT License
8 stars 5 forks source link

Dummy page with requests and store #381

Open mob8607 opened 6 months ago

mob8607 commented 6 months ago

It would be nice to have a small dummy page where we can test if all the xhr requests work.

Use pinia for requests and msw to generate data.

Add a comment that the dummy page can be used as reference or deleted when setting up a new project.