We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Right We are using the components thru including components directly
But We need to use it from npm, at first at least installing locally (without uploading to npm registry).
Here is the entry point and We need to expose all components:
To use it from user point of view we need to:
npm installl vue-admin
import { Admin, Resource } from VueAdmin;
The text was updated successfully, but these errors were encountered:
Merge branch 'fix_template_root' into 'issue-#13-add-resource-component'
8e38f9f
Linter: fix empty template in resource See merge request camba/vue-admin!1
Merge branch 'issue-#13-add-resource-component' of http://gitlab.camb…
1c868a3
…a.coop/camba/vue-admin into issue-#13-add-resource-component
Merge branch 'routes_to_store' into 'issue-#13-add-resource-component'
0ad0b5e
Moving Resource routes to vuex store See merge request camba/vue-admin!2
Merge branch 'santi-#13-implement-create-component-for-resource' into…
07db64c
… 'develop' Santi #13 implement create component for resource See merge request camba/vue-admin!3
No branches or pull requests
Right We are using the components thru including components directly
But We need to use it from npm, at first at least installing locally (without uploading to npm registry).
Here is the entry point and We need to expose all components:
To use it from user point of view we need to:
npm installl vue-admin
import { Admin, Resource } from VueAdmin;
The text was updated successfully, but these errors were encountered: