Topic: MDBVUE PRO - .NET MVC project

Nestor GIL free asked 4 years ago


Hi, I bought you a VUE PRO license recently. I need to incorporate it into a .NET project. I need the mdb.min.js of the pro version, I can't find it. I have only downloaded one zip file, for any other you ask me to pay again. I can't access the pro version of the Builder, it always sends me to buy what I have already bought. Please I need the download link of the mdb.min.js pro version, I cannot use the PRO components in my project. My project has now the free version and works fine (https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.14.0/js/mdb.min.js). Best regards,


Magdalena Dembna staff answered 4 years ago


Hi,

First of all, MDB Builder Pro and MDB Pro are two separate products and one does not provide access to the other. You've imported jQuery version in your project as far and you're using tits syntax - are you sure the MDB Vue Pro is what you had in mind? If so, read the guide here: https://mdbootstrap.com/docs/vue/getting-started/quick-start/ to add MDB Vue to your project (either with CDN or Vue CLI) and get to know our Vue components - for example, you can find MDB Vue Navbar docs here: https://mdbootstrap.com/docs/vue/navigation/navbar/

Kind regards, Magdalena


Nestor GIL free answered 4 years ago


(correct path to index.js from VUE PRO). instead

a little mistake!!

I could use Visual Studio 2019 .NET core 3.1 MVC and MBD VUE PRO


Nestor GIL free answered 4 years ago


@ViewData["Title"] - a

    <nav class="navbar navbar-expand-sm navbar-toggleable-sm navbar-light   border-bottom box-shadow mb-3" style="background-color: #e3f2fd;">
        <div class="container">
            <a class="navbar-brand" asp-area="" asp-controller="Home" asp-action="Index"> Seguros</a>
            <button class="navbar-toggler" type="button" data-toggle="collapse" data-target=".navbar-collapse" aria-controls="navbarSupportedContent"
                    aria-expanded="false" aria-label="Toggle navigation">
                <span class="navbar-toggler-icon"> </span>
            </button>
            <div class="navbar-collapse collapse ">
                <ul class="navbar-nav flex-grow-1">
                    <li class="nav-item">
                        <a class="nav-link text-dark" asp-area="" asp-controller="Home" asp-action="Index"> Inicio</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link text-dark" asp-area="" asp-controller="Autos" asp-action="Index"> Autos</a>
                    </li>
                </ul>
                <form class="form-inline my-2 my-lg-0">
                    <button class="btn btn-outline-info my-2 my-sm-0" type="submit">Login</button>
                </form>
            </div>
        </div>
    </nav>
</header>
<div class="container">
    <main role="main" class="pb-3">
        @RenderBody()
    </main>
</div>

<footer class="border-top footer text-muted">
    <div class="container">
        &copy; 2020 -  - <a asp-area="" asp-controller="Home" asp-action="Privacy"> Privacy</a>
    </div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue-resource/1.5.1/vue-resource.min.js"></script>
<script src="~/js/index.js"></script>
<!-- JQuery -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" type="text/javascript"></script>
<!-- Bootstrap tooltips -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.4/umd/popper.min.js" type="text/javascript"></script>
<!-- Bootstrap core JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.1/js/bootstrap.min.js" type="text/javascript"></script>
<!-- MDB core JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.14.0/js/mdb.min.js" type="text/javascript"></script>
<script src="~\lib\mdbvue\index.js" type="text/javascript"></script>
@RenderSection("Scripts", required: false)



Please insert min. 20 characters.

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: 6.5.0
  • Device: notebook
  • Browser: any
  • OS: windows
  • Provided sample code: No
  • Provided link: Yes