Skip to content

re-factory materializecss.com with webpack, vue and its toolkits.

Notifications You must be signed in to change notification settings

albinsopaj/vue-materializecss

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-materializecss

The content of this repo mainly comes from https://github.com/dogfalo/materialize

It is all about how to build a modern responsive Material Design html5 website with vuejs.

It is a practice to learn

  1. how to implement materialize-css npm package in a webpack project
  2. how to play with vue.js 1.0+, vue-router, vue-loader, etc.
  3. how to play with ES6

Todos:

  1. convert html templates to jade
  2. convert jade components to vue components
  3. convert some DOM operations to vue implementation
  4. replace jquery with zeptojs

How to run

$ npm install
$ npm run dev

then check on http:https://localhost:8210

About

re-factory materializecss.com with webpack, vue and its toolkits.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 87.5%
  • JavaScript 11.7%
  • Other 0.8%