Giter VIP home page Giter VIP logo

mdb-vue-laravel-boilerplate's Introduction

MDB Vue + Laravel


mdbvue-nuxt

  • Laravel/Framework 7.0.0
  • MDB Vue 6.5.1

Build Setup

# install dependencies
$ composer install
$ npm install

#generate your app's key:

$ php artisan key:generate 

# serve with at localhost:8000
$ npm run dev
$ php artisan serve

MDB Pro

Are you a MDB Pro user with the Gitlab access?

You can easily upgrade the mdbvue dependency:

  1. Generate a Gitlab access token. Not sure how to do that? Learn more here

  2. Open the package.json file

  3. Replace the following line:

"mdbvue": "^version"

with

"mdbvue": "git+https://oauth2:[email protected]/mdb/vue/vu-pro.git"
  1. In your console run:
 $ npm install

Learn more about MDB Vue:

To learn more about MDB Vue components, visit MDBootstrap Vue docs.

mdb-vue-laravel-boilerplate's People

Contributors

dependabot[bot] avatar mdembna avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

isabella232

mdb-vue-laravel-boilerplate's Issues

Bootstrap has been added to the project twice

Because you've added bootstrap to the project in two places,once in resources\sass\app.scss:
@import '~bootstrap/scss/bootstrap';

and once again in resources\js\app.js:
require("bootstrap-css-only/css/bootstrap.min.css");

therefor after run 'npm run dev' ,the bootstrap library cods, is added twice to project, once in public\css\app.css and again in public\js\app.js file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.