All Projects → stasson → Vue Mdc Adapter

stasson / Vue Mdc Adapter

Licence: mit
DEPRECATED

Projects that are alternatives of or similar to Vue Mdc Adapter

Grunt Filerev
[DEPRECATED] File revving
Stars: ✭ 261 (-38.59%)
Mutual labels:  deprecated
H5ive Deprecated
**DEPRECATED** A collection of thin facade APIs wrapped around HTML5 JavaScript features.
Stars: ✭ 332 (-21.88%)
Mutual labels:  deprecated
Chromerestclient
ARC Chrome is deprecated. Please move to https://github.com/advanced-rest-client/arc-electron/
Stars: ✭ 381 (-10.35%)
Mutual labels:  deprecated
Prehistoric Entware
Prehistoric Entware
Stars: ✭ 282 (-33.65%)
Mutual labels:  deprecated
Dagre
⛔ [DEPRECATED] - Directed graph layout for JavaScript
Stars: ✭ 3,504 (+724.47%)
Mutual labels:  deprecated
Sphero.js
🚫 DEPRECATED: The Sphero JavaScript SDK to control Sphero robots.
Stars: ✭ 346 (-18.59%)
Mutual labels:  deprecated
tmwa
DEPRECATED: The server running The Mana World Legacy. All new projects should use Hercules instead. See the "evol-hercules" repo.
Stars: ✭ 44 (-89.65%)
Mutual labels:  deprecated
Axe Cli
[Deprecated] A command-line interface for the aXe accessibility testing engine
Stars: ✭ 419 (-1.41%)
Mutual labels:  deprecated
Deprecated Mapbox Ios Sdk
REPLACED – use https://www.mapbox.com/ios-sdk instead
Stars: ✭ 325 (-23.53%)
Mutual labels:  deprecated
Msx
JSX for Mithril.js 0.x
Stars: ✭ 370 (-12.94%)
Mutual labels:  deprecated
Simpleauthentication
⛔️ [DEPRECATED] A really simple way for developers to add "Social Authentication" to their ASP.NET web application
Stars: ✭ 299 (-29.65%)
Mutual labels:  deprecated
Starx
[DEPRECATED] Lightweight, scalable ,distributed game server framework for Golang
Stars: ✭ 308 (-27.53%)
Mutual labels:  deprecated
React Heatpack
A 'heatpack' command for quick React development with webpack hot reloading
Stars: ✭ 354 (-16.71%)
Mutual labels:  deprecated
Vip Quickstart
Retired
Stars: ✭ 268 (-36.94%)
Mutual labels:  deprecated
Govuk frontend toolkit
❗️GOV.UK Frontend Toolkit is deprecated, and will only receive major bug fixes and security patches.
Stars: ✭ 403 (-5.18%)
Mutual labels:  deprecated
Bio.jl
[DEPRECATED] Bioinformatics and Computational Biology Infrastructure for Julia
Stars: ✭ 257 (-39.53%)
Mutual labels:  deprecated
Wpaint
jQuery Paint Plugin
Stars: ✭ 332 (-21.88%)
Mutual labels:  deprecated
Code Gov Web
DEPRECATED 🛑- Federal Source Code policy implementation.
Stars: ✭ 423 (-0.47%)
Mutual labels:  deprecated
Piranha
[DEPRECATED] This is the legacy version of Piranha CMS for .NET 4.5, MVC 5.2 & WebPages 3.2.
Stars: ✭ 418 (-1.65%)
Mutual labels:  deprecated
Phalanger
PHP 5.4 compiler for .NET/Mono frameworks. Predecessor to the opensource PeachPie project (www.peachpie.io).
Stars: ✭ 369 (-13.18%)
Mutual labels:  deprecated

No Maintenance Intended

DEPRECATED

This project is stale. You may be interested in following alternatives:

Material Components for Vue

vue-mdc-adapter is an integration of Material Components for Vue.js which follows the best practices recommended by Google: Using Foundations and Adapters

This project aims to find the right balance between ease of use and customization while sticking to the Vue Spirit (approachable, versatile, and performant)

Quick Links

Quick Start

Playground

Fork the reference codepen template or one of the vue-mdc-adapter codepen collection or the CodeSandbox

CDN

<head>
  <!-- import reset material icons, fonts and vue-mdc-adapter stylesheets -->
  <link
    rel="stylesheet"
    href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css"
  />
  <link
    rel="stylesheet"
    href="https://fonts.googleapis.com/icon?family=Material+Icons"
  />
  <link
    rel="stylesheet"
    href="https://fonts.googleapis.com/css?family=Roboto:300,400,500"
    type="text/css"
  />

  <!-- import vue and then vue-mdc-adapter -->
  <script src="https://unpkg.com/vue"></script>
  <script src="https://unpkg.com/vue-mdc-adapter"></script>
</head>
<body>
  <!-- vue mdc markup -->
  <body></body>
</body>

Vue CLI

Simple
npm install -g vue-cli
vue init stasson/vue-mdc-adapter-simple my-project
Webpack
npm install -g vue-cli
vue init stasson/vue-mdc-adapter-webpack my-project
cd my-project
npm install
npm run dev

Check out the Getting Started guide for more.

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].