/frontend-utils-js

🛠 Here are long-invented tools for frontend on js

Primary LanguageTypeScriptMIT LicenseMIT

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)