Skip to content

eddami/nuxt-material-admin

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Netlify Status

Nuxt Material Admin

Nuxt.js + 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

# 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 and Vuetify docs.

Credit

Thanks to @Michael Wang for this awesome admin template.

Contributing

All contributions are welcome.

License

MIT