Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 731 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 731 Bytes

frontend-utils-js

Demo is here.

Here are long-invented tools for frontend on js.

How To Use?

Copy js file in folder dist/main.js wich you want (copy css to if you want default style), set for your project.

See usage example on sample/index.html

Customize and rebuild

  1. Before customize and build, install node_modules with this command
npm i
  1. Source code of dist/main.js in src directory, customize if you want
  2. Build main.js from src with this command
npm run build
  1. Use builded bundle on your html page (Do not forget copy styles in css directory)