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

Please add install/usage guide

Open kristianmandrup opened this issue 8 years ago • 5 comments

I'm new to Vue and I can't figure out how to use this component... Please advice.

kristianmandrup avatar Oct 06 '16 11:10 kristianmandrup

An installation section within the Readme would be useful.

niallobrien avatar Nov 28 '16 16:11 niallobrien

@kristianmandrup What worked for me was: npm install after that you can run npm run dev.

If you get an error related to vue-template-compiler mismatch, you need to run this command: npm install [email protected]

RealTJ avatar Nov 30 '16 15:11 RealTJ

yes, that is if I want to run it locally for development to add features etc. How do I include it in a project? What are config options/API etc!?

I see there is no main entry in the package.json so I guess this library is just a more convenient way to include all the bulma etc. dependencies, then include from them?

Then I go to the client folder and discover what looks like an app, so I assume I can find a hint there, ie. that it is an example/demo app? However so far I've only found @import '~bulma'; in the App.vue

Please give better usage instructions in the Readme. We really shouldn't have to guess or find the needle in a haystack to use such a library (or list of components?). Thanks.

kristianmandrup avatar Nov 30 '16 17:11 kristianmandrup

Yeah a guide "Installation"/"Getting started" would be good. I think there was a request to open a wiki in #78, that also could help here.

RealTJ avatar Dec 01 '16 07:12 RealTJ

I think simple instructions within the Readme would more than suffice for now.

Sent from my iPhone

On 1 Dec 2016, at 07:31, Thorsten Janser [email protected] wrote:

Yeah a guide "Installation"/"Getting started" would be good. I think there was a request to open a wiki in #78, that also could help here.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

niallobrien avatar Dec 01 '16 14:12 niallobrien