alexusmai / vue-laravel-file-manager

Frontend for Laravel File Manager on Vue.js
MIT License
358 stars 160 forks source link

How to run? #112

Open userzhangcx opened 2 years ago

userzhangcx commented 2 years ago

How to run in vue3 and vite ?Do I have to use vuex? Can I use Pinia?

alexusmai commented 2 years ago

File manager used vuex, see readme file

esl51 commented 1 year ago

Pinia today is a recommendation from the Vue team. It may be worth considering switching to this solution.