Dias1c / frontend-utils-js

๐Ÿ›  Here are long-invented tools for frontend on js

Home Page:https://dias1c.github.io/frontend-utils-js/sample/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

๐Ÿ›  Here are long-invented tools for frontend on js

https://dias1c.github.io/frontend-utils-js/sample/index.html

License:MIT License


Languages

Language:TypeScript 82.6%Language:CSS 13.7%Language:JavaScript 3.7%