meteor-vue-admin
meteor-vue-admin copied to clipboard
A fully functional Meteor + Vue admin system with Meteor account integration.
Hi, thank you for great boiler plate - AWESOME!!! I would like to ask, how to modify drawer behaviour to open/close on one click instead of two? I Have tried...
I tried to apply `Vue-SSR`, but get the error in `store: auth.js` ```js state: { userId: Meteor.userId(), // On initial load the userId will come from Meteor email: null, isEmailVerified:...
Could explain how to use this place? ```js // auth.js if (isLoading) { // TODO show / trigger loader somehow ........ } ```
Where `css style` folder structure for app/features?
I used `Date Picker` many times in my project. So I must to create `Dialog + Menu + Text + Date` as Vutify document. Could you example to create `Date...