Short Description and Usage

Vue Material Kit is a beautiful resource built over Vue Material and Vuejs with a fresh, new design inspired by Google's material design. You asked for it, so we built it. It's a great pleasure to introduce to you the material concepts in an easy to use and beautiful set of components. . Vue Material Kit is the official Vuejs version of the Original Material Kit.

Getting Started

  • Install Nodejs from Nodejs Official Page
  • Open your terminal
  • Navigate to the project
  • Run npm install or yarn install if you use Yarn
  • Run npm run dev or yarn serve to start a local development server
  • A new tab will be opened in your browser

You can also run additional npm tasks such as

  • npm run build to build your app for production
  • npm run lint to run linting.

Vue-cli

We used the latest 3.x Vue CLI which aims to reduce project configuration to as little as possible. Almost everything is inside package.json + some other related files such as babel.config.js, .eslintrc.js, .postcssrc.js, .browserslistrc

Element-UI

Vue Material Kit also uses element-ui components and restyles them to achieve consistent and homogenous interface with the existing custom components and general UI of the kit.