meteor-vue-admin icon indicating copy to clipboard operation
meteor-vue-admin copied to clipboard

A fully functional Meteor + Vue admin system with Meteor account integration.

Results 6 meteor-vue-admin issues
Sort by recently updated
recently updated
newest added

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?

Could example `CRUD` on sample collection?

enhancement

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...

enhancement