A collection of preloaded and essential files that makes the website more attractive, smooth and user friendly
-
git clone https://github.com/MainakRepositor/Web-Docs.git
- Make a file in the local device with the name vendor
- Include vendor files inside a file, named assets (name as per need), alongwith the styling and logic files such as css, scss, js and jquery files
- Link it to the index.html file as : link href="assets/vendor/folder name/filename.extension" rel="stylesheet"
- Get ready to use it!