diff --git a/documents/업무/dev/new-pc/new-pc-dev.txt b/documents/업무/dev/new-pc/new-pc-dev.txt index f02c165..35665e8 100644 --- a/documents/업무/dev/new-pc/new-pc-dev.txt +++ b/documents/업무/dev/new-pc/new-pc-dev.txt @@ -8,6 +8,11 @@ gitlab ID: geekdev PW: 1q2w3e4r5t +.npmrc + registry=http://10.81.13.229:8081/repository/npm-all/ + always-auth=true + _auth=Z2Vla2RldjoxcTJ3M2U0cjV0 + Angular 라이브러리 개발 가이드 참고하세요. https://medium.com/angular-in-depth/the-ultimate-guide-to-set-up-your-angular-library-project-399d95b63500 UI 개발을 위해 Storybook 도입을 하겠습니다. https://storybook.js.org/ 실행은 npm run storybook이라고 하시면 됩니다. @@ -16,4 +21,6 @@ https://github.com/zeplin/connected-components-docs/blob/master/docs/gettingStar zeplin token eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzY29wZSI6InJlYWQiLCJpYXQiOjE1ODc0MzE2OTgsImF1ZCI6InVzZXI6NWU1ZjJhNmU4M2QwNDIxNzlhZDIwMGM1IiwiaXNzIjoiNWRjNTFjZDg3NmY4YmYwMDE2M2RlMWU1Iiwic3ViIjoiNWU1ZjJhNmU4M2QwNDIxNzlhZDIwMGM1In0.fFp-7n-IsqMOQNOKSg9Ly1cQA6THfuH578EDIEIIUlc - +angular stories guide url +https://blog.j-labs.pl/storybook-for-angular +https://www.learnstorybook.com/intro-to-storybook/angular/en/get-started/