Skip to content

modernassembly/material

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

material

A lightweight, front-end alternative for traditional DOM manipulation, in exchange for smooth & complex UIs.

Development

Make sure to install watchify globally:

npm install -g watchify

And run this command to watch:

watchify lib/Material.js -r ./lib/Material.js:Material -o dist/material.js

Build

Make sure to install uglify globally:

npm install -g uglifyjs

And run this command to build:

browserify lib/Material.js -r ./lib/Material.js:Material | uglifyjs > dist/material.min.js

About

A front-end alternative for traditional DOM manipulation, in exchange for smooth & complex UIs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published