Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eddami/nuxt-material-admin

Vue-CLI Boilerplate based on Nuxt and vue-material-admin template.
https://github.com/eddami/nuxt-material-admin

admin boilerplate nuxt nuxtjs nuxtjs-template template vue-cli vue-material-admin vuejs vuetify

Last synced: 1 day ago
JSON representation

Vue-CLI Boilerplate based on Nuxt and vue-material-admin template.

Awesome Lists containing this project

README

        

[![Netlify Status](https://api.netlify.com/api/v1/badges/6d248400-2f19-4f30-aa78-6c77b6aa65c9/deploy-status)](https://app.netlify.com/sites/nuxt-material-admin/deploys)

# 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 Netlify:

https://nuxt-material-admin.netlify.com/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)