项目作者: them-es

项目描述 :
Material Components for the web WordPress Starter Theme
高级语言: PHP
项目地址: git://github.com/them-es/themes-starter-material.git
创建时间: 2015-07-09T10:00:59Z
项目社区:https://github.com/them-es/themes-starter-material

开源协议:GNU General Public License v2.0

下载


them.es Starter Theme (Material)

them.es Starter (Material) is a WordPress Starter Theme built with Material Design UI components for the web. Please note that the Source files are only recommended for WordPress Developers who are searching for a simple, solid, proved and tested Material Design Starter Theme to build upon. Don’t expect a ready-to-use WordPress Theme!

If you want to see it in action or want to download a customized Theme for free, check out https://them.es/starter-material

What’s included?

  • WordPress Theme
  • Material Design UI components
  • Sass Source files
  • webpack configuration
  • NPM configuration to keep the required build libraries updated and to add new libraries
  • Customization API
  • 2 Menus
  • Demo Content

What’s not included?

  • jQuery is not needed for Material Components Web and will not be used on the frontend anymore

Task Automation

This Theme comes with a built in webpack task automation. Sass source files will be compiled if changed, vendor prefixes will be added automatically and the CSS will be minified. JS source files will be bundled and minified.

  • Prerequisites: Node.js (NPM) needs to be installed on your system
  • Open the Project directory / in Terminal and install the required Node.js dependencies: webpack, Sass-Compiler, Autoprefixer, etc.
  • $ npm install
  • Run the watch script
  • $ npm run watch
  • Modify /assets/main.scss and /assets/main.js
  • Test the Theme
  • Run the build script
  • $ npm run build

More information on the Sass Module System

Technology

Code and Documentation © them.es

Code released under GPLv2+