# nuxt-material-admin **Repository Path**: stormsha/nuxt-material-admin ## Basic Information - **Project Name**: nuxt-material-admin - **Description**: Vue-CLI Boilerplate based on Nuxt and vue-material-admin template. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Nuxt Material Admin Nuxt.js + [vue-material-admin](https://github.com/tookit/vue-material-admin) boilerplate. This template is based on Vuetify. ### Demo This a static version generated by Nuxt.js and hosted on Github Pages: https://moeddami.github.io/nuxt-material-admin-demo/dashboard/ ### Project Setup To use this boilerplate make sure to you have already installed [Vue CLI](https://www.npmjs.com/package/@vue/cli) ``` bash # create project $ vue init moeddami/nuxt-material-admin my-project $ cd my-project # install dependencies $ npm install # serve with hot reload at localhost:3000 $ npm run dev # build for production and launch server $ npm run build # generate static project $ npm run generate ``` ### Documentation For more information on how this works, check out [Nuxt.js docs](https://nuxtjs.org) and [Vuetify docs](https://vuetifyjs.com/en/getting-started/quick-start). ### Credit Thanks to [@Michael Wang](https://github.com/tookit) for this awesome admin template. ### Contributing All contributions are welcome. ### License [MIT](https://github.com/moeddami/nuxt-material-admin/blob/master/LICENSE)