vue-admin
vue-admin copied to clipboard
How to use this plugin?
how to use this plugin? Can you give a guide?
In progress.
Whats the timeline for the Docs? I'd like to use this Plugin but i don't know how to start. Is it ready for productive usage? Can you give some hints for using it?
+1
+1
I've been using this panel on my current project and would like to contribute on guides and / or examples. Are there any docs that need an extra pair of hands?
How do you use this???
same question, hope to have the simple guide to use this plugin soon. I have been searching on the internet but no luck...
at least on how to install the whole thing is appreciated. cant find anywhere that explains this.
Please check Vue-admin wiki Wiki is still in the process of improving, And a tour page is also in progress.
How install this? please show common. (Mac)
wondering if I am missing something here, as I don't think this is somehow installable at all. Correct me if I'm wrong, but this is just a template including a nice base for a sidebar navigation menu and showing how to use all vue-bulma components. So if you want to use this in your project, simply clone this repo and start coding. By that I mean remove everything you are not planning to use, like the various chart libraries, the example views/components and corresponding routes and vuex-modules. Then use this stripped down clone as a base for your new custom project. You can keep a git remote linked to this repo to follow latest changes to the complete vue-admin template.
Or start from the bottom with a new empty Vue Project (or better a from vue-cli web pack template) and add the vue-bulma components one after one when you need them in your project...
Can this be used along side an existing Bulma framework? If so, where do I extract vue-admin before running npm install?