All Projects → webdenim → vue-cli-plugin-material

webdenim / vue-cli-plugin-material

Licence: MIT license
[UNMAINTAINED] Vue CLI 3 plugin for MDC Web and Vue MDC Adapter with Sass support

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vue-cli-plugin-material

Spring Boot Vuejs
Example project showing how to build a Spring Boot App providing a GUI with Vue.js
Stars: ✭ 1,818 (+12020%)
Mutual labels:  vue-cli, vue-cli-plugin
Vue Cli Plugin Electron Builder
Easily Build Your Vue.js App For Desktop With Electron
Stars: ✭ 3,549 (+23560%)
Mutual labels:  vue-cli, vue-cli-plugin
vue-cli-plugin-dll
Vue CLI 3 plugin for Webpack DllPlugin/DllReferencePlugin
Stars: ✭ 77 (+413.33%)
Mutual labels:  vue-cli, vue-cli-plugin
vue-cli-plugin-docker
🐳 Dockerize your vue app
Stars: ✭ 23 (+53.33%)
Mutual labels:  vue-cli, vue-cli-plugin
special-vue-series-code-analyzing
「Vue生态库源码系列」,Vue、Vue-router、Vuex、Vue-cli、Vue-loader、Vue-devtools等
Stars: ✭ 15 (+0%)
Mutual labels:  vue-cli
vue2.0-start-
vue2.0 用法,入门好帮手
Stars: ✭ 15 (+0%)
Mutual labels:  vue-cli
vue-cli-plugin-cesium
Cesium encapsulation based on Vue cli
Stars: ✭ 108 (+620%)
Mutual labels:  vue-cli
personal-website
Personal website – made with Next.js, Preact, MDX, RMWC, & Vercel
Stars: ✭ 16 (+6.67%)
Mutual labels:  material-components
aura-admin
Aura Admin is the Web App that helps you to mange the Tech Communities like GDGs, DSCs or any other tech communities with Aura
Stars: ✭ 58 (+286.67%)
Mutual labels:  vue-cli
vue-element-admin
Vuejs实例-Vuejs2.0全家桶结合ELementUI制作后台管理系统http://www.cnblogs.com/weiqinl/p/6873761.html
Stars: ✭ 97 (+546.67%)
Mutual labels:  vue-cli
kuma-gui
🐻 A GUI built on Vue.js for use with Kuma.
Stars: ✭ 34 (+126.67%)
Mutual labels:  vue-cli
vue-movie
基于vue2.0构建的在线电影网【film】,webpack+vue+vuex+keepAlive+muse-ui+cordova 全家桶,打包成APP
Stars: ✭ 185 (+1133.33%)
Mutual labels:  vue-cli
aurelia-mdc-bridge
Aurelia Mdc Bridge is a collection of wrappers for Material Design Components.
Stars: ✭ 19 (+26.67%)
Mutual labels:  material-components
aurelia-mdc-web
Aurelia wrapper for Material Design (Web) Components
Stars: ✭ 43 (+186.67%)
Mutual labels:  material-components
MaterialChipsInputDemo
Using the new material library from google to implement Chips just like the Gmail app. Using commas to generate new chips from EditText inside ChipGroup and deleting them on close icon click or backspace press from soft keypad.
Stars: ✭ 15 (+0%)
Mutual labels:  material-components
shu-scheduling-helper
A web-based timetabler helping SHUers filter and preselect courses easily. SHU排课助手. 上海大学排课助手.
Stars: ✭ 43 (+186.67%)
Mutual labels:  vue-cli
vue-dev-template
[deprecated] Vue.js development template.
Stars: ✭ 22 (+46.67%)
Mutual labels:  vue-cli
vue-cli-3-nuxt-typescript
Finally I got typescript working with Nuxt-Edge, using vue-cli 3
Stars: ✭ 24 (+60%)
Mutual labels:  vue-cli
vue-cli3-lerna-ui
基于VUE CLI 3 & Lerna的UI框架设计
Stars: ✭ 73 (+386.67%)
Mutual labels:  vue-cli
vue-cli-plugin-pages
vue-cli 3 plugin to build multi-page application
Stars: ✭ 12 (-20%)
Mutual labels:  vue-cli

vue-cli-plugin-material

vue-cli-plugin-material is a Vue CLI plugin to help you get started with Material Design Components for Vue.js.

This plugin will:

  • Add Material Components Web and Vue MDC Adapter to your project's dependencies
  • Add node-sass and sass-loader to your project's devDependencies
  • Configure Webpack for using Material Components Web's Sass (SCSS) files
  • Add required import to your main.js file
  • Add Roboto font and Material Icons to your index.html

Prerequisites

This is a plugin for @vue/cli@^3.0.0-beta.10 and Webpack 4, so it's assumed you have vue-cli installed:

npm i -g @vue/cli

Installation

Create your new project with Vue CLI:

vue create my-project

Then, go into your project's folder and add the plugin:

cd my-project
vue add material

Finally, serve your project which will be available at http://localhost:8080:

npm run serve
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].