Skip to content

提取组件库中需要的组件代码添加到本地项目 (Extract the component code needed from the component library and add it to your local project)

License

Notifications You must be signed in to change notification settings

proc07/code-picker

Repository files navigation

code-picker

Extract the component code needed from the component library and add it to your local project.

NPM version

how use

Pull all the files in the directory

Create file -> /Desktop/code-picker/examples/alert/index.ts
Create file -> /Desktop/code-picker/examples/alert/src/alert.ts
Create file -> /Desktop/code-picker/examples/alert/__tests__/alert.test.tsx
Create file -> /Desktop/code-picker/examples/alert/src/instance.ts
Create file -> /Desktop/code-picker/examples/alert/style/css.ts
Create file -> /Desktop/code-picker/examples/alert/style/index.ts
Create file -> /Desktop/code-picker/examples/alert/src/alert.vue

Pull out the specified file and the import file included in the code

Create file -> /Users/zhangli/Desktop/code-picker/examples/form/index.ts
Create file -> /Users/zhangli/Desktop/code-picker/examples/form/src/form-item.vue
Create file -> /Users/zhangli/Desktop/code-picker/examples/form/src/form.vue
Create file -> /Users/zhangli/Desktop/code-picker/examples/form/src/form-item.ts
Create file -> /Users/zhangli/Desktop/code-picker/examples/form/src/types.ts
Create file -> /Users/zhangli/Desktop/code-picker/examples/form/src/constants.ts
Create file -> /Users/zhangli/Desktop/code-picker/examples/form/src/form.ts
Create file -> /Users/zhangli/Desktop/code-picker/examples/form/src/hooks/index.ts
Create file -> /Users/zhangli/Desktop/code-picker/examples/form/src/form-label-wrap.tsx
Create file -> /Users/zhangli/Desktop/code-picker/examples/form/src/utils.ts
Create file -> /Users/zhangli/Desktop/code-picker/examples/form/src/hooks/use-form-item.ts
Create file -> /Users/zhangli/Desktop/code-picker/examples/form/src/hooks/use-form-common-props.ts

get your github access tokens

  • The primary rate limit for unauthenticated requests is 60 requests per hour.

https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens

About

提取组件库中需要的组件代码添加到本地项目 (Extract the component code needed from the component library and add it to your local project)

Resources

License

Stars

Watchers

Forks

Packages

No packages published