Skip to content

qeek-dev/react-qui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-qui-components

common react components

Generate a new component project environment

$ cd packages
$ create-react-app <COMPONENT_NAME> --scripts-version akiya-react-component-scripts

# remove the .git folder generate from creat-react-app
$ cd <COMPONENT_NAME> && rm -rf .git

Package naming in package.json

Please prefix @react-qui to name field of package.json. e.g. @react-qui/button.

Add below setting in package.json also.

{
  "private": false,
  "publishConfig": {
    "access": "public"
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published