1.0.4 • Published 4 years ago

ui-components-libs v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Hi All I Am Navin

i am create 'ui-component' framework it free and open for all . any one can use and update it according to there requirement .

just follow this step

git init is one way to start a new project with Git.

git init

git clone is a Git command line utility which is used to target an existing repository and create a clone, or copy of the target repository.

git clone https://github.com/navin-suthar/front-lib.git

git checkout command lets you navigate between the branches created by git branch .

git checkout main

git pull command is used to fetch and download content from a remote repository and immediately update the local repository to match that content.

git pull origin main

git push command is used to upload local repository content to a remote repository.

git push origin main