Topic: Install mdbvue admin pro in existing project
Rogelio Sanchez free asked 5 years ago
How can I install the admin pro template of vue? if I have an existing project with mdbvue pro already installed
Add comment
Mikołaj Smoleński staff answered 5 years ago
Hi there Rogelio!
I've just prepared quick steps for MDB Vue Pro & Admin merging:
- From Admin
src
directory copy all content from foldersassets
andcomponents
to Your existing appsrc
dir. - Then merge content of files
main.js
androuter/index.js
with same files in Your project. - Next, please add some missing dependecies by typing
yarn add vuetify dayspan-vuetify vue2-google-maps material-design-icons-iconfont
. - Update index.html
body
tag by addingfixed-sn
class. - Finally You can launch Your app (
yarn start
oryarn serve
). There could be some es-lint errors to fix. - If You want to access admin pages You can link to them using
router-links
or just importing readynavs
as in the adminApp.vue
file.
If I missed something, please write me back.
Best regards
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Answered
Specification of the issue
- ForumUser: Free
- Premium support: No
- Technology: MDB Vue
- MDB Version: 5.1.1
- Device: Mac
- Browser: Google Chrome
- OS: macOs High Sierra
- Provided sample code: No
- Provided link: No
Tags