@@ -17,12 +17,12 @@ You can install individual components or the entire library:
1717
1818``` bash
1919# Install the entire library
20- npm install @vue-web-component-library/ components
20+ npm install @devbyrayray/ vue-wc- components
2121
2222# Or install individual components
23- npm install @vue-web-component-library/ button
24- npm install @vue-web-component-library/ input
25- npm install @vue-web-component-library/ icon
23+ npm install @devbyrayray/ vue-wc- button
24+ npm install @devbyrayray/ vue-wc- input
25+ npm install @devbyrayray/ vue-wc- icon
2626```
2727
2828### Installing from GitHub Packages
@@ -32,7 +32,7 @@ The packages are also available on GitHub Packages. To use them:
32321 . Create or modify your ` .npmrc ` file in your project root:
3333
3434```
35- @vue-web-component-library :registry=https://npm.pkg.github.com
35+ @devbyrayray :registry=https://npm.pkg.github.com
3636//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}
3737```
3838
@@ -46,12 +46,12 @@ export GITHUB_TOKEN=your_github_token
4646
4747``` bash
4848# Install the entire library
49- npm install @vue-web-component-library/ components
49+ npm install @devbyrayray/ vue-wc- components
5050
5151# Or install individual components
52- npm install @vue-web-component-library/ button
53- npm install @vue-web-component-library/ input
54- npm install @vue-web-component-library/ icon
52+ npm install @devbyrayray/ vue-wc- button
53+ npm install @devbyrayray/ vue-wc- input
54+ npm install @devbyrayray/ vue-wc- icon
5555```
5656
5757## Usage
@@ -62,12 +62,12 @@ You can import each component individually:
6262
6363``` js
6464// Import specific components
65- import ' @vue-web-component-library/ button' ;
66- import ' @vue-web-component-library/ input' ;
67- import ' @vue-web-component-library/ icon' ;
65+ import ' @devbyrayray/ vue-wc- button' ;
66+ import ' @devbyrayray/ vue-wc- input' ;
67+ import ' @devbyrayray/ vue-wc- icon' ;
6868
6969// Or import everything
70- import ' @vue-web-component-library/ components' ;
70+ import ' @devbyrayray/ vue-wc- components' ;
7171```
7272
7373### Using in HTML
0 commit comments