quasar-v2-ssr-pinia
quasar-v2-ssr-pinia copied to clipboard
Interactive demos
- Added interactive elements using stores
- Every
console.log
is described to know why it appears in browser console - Updated required Node version to match
@quasar/app
requirements - Do not open browser when dev server is started (it's very annoying when I restart
quasar dev
on eachquasar.conf.js
change) - Added
dev
andbuild
scripts to runyarn dev
oryarn build
- Added "module" store to demonstrate access from one store to another
since your improvements are overlaping with the changes what i did, I'll probably reject that PR
I can rebase, just want to make this repository a better demo with more clear usage examples
ok i just merged it