# MDBVueNuxt **Repository Path**: nonbuerc/MDBVueNuxt ## Basic Information - **Project Name**: MDBVueNuxt - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-28 - **Last Updated**: 2021-09-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MDB Vue + Nuxt.js

mdbvue-nuxt

- Nuxt.js **2.0.0** - MDB Vue **6.5.1** ## Build Setup ```bash # install dependencies $ npm install # serve with hot reload at localhost:3000 $ npm run dev # build for production and launch server $ npm run build $ npm run start # generate static project $ npm run generate ``` ## 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](https://mdbootstrap.com/docs/vue/getting-started/quick-start/#token) 2. Open the **package.json** file 3. Replace the following line: ```json "mdbvue": "^version" ``` with ```json "mdbvue": "git+https://oauth2:YOUR_TOKEN@git.mdbootstrap.com/mdb/vue/vu-pro.git" ``` 4. In your console run: ```bash $ npm install ``` ## Learn more about MDB Vue: To learn more about MDB Vue components, visit [MDBootstrap Vue docs](https://mdbootstrap.com/docs/vue/). ## Learn more about Nuxt.js: For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).