Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 642 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 642 Bytes

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://localhost:8210