material-community-components
:panda_face: Angular Material Components created from the community
파일 탐색기
최종 버전 다운로드 (.zip)- Bug_report.md
- Feature_request.md
- codeql-analysis.yml
- FUNDING.yml
- .gitignore
- commit-msg
- color-picker.png
- screenshot-1.png
- scrollspy.png
- speed-dial.png
- sponsor-egoi.png
- timer-picker.png
- app.e2e-spec.ts
- app.po.ts
- protractor.conf.js
- tsconfig.json
- color-picker-api.component.html
- color-picker-api.component.ts
- color-picker-examples.component.html
- color-picker-examples.component.ts
- color-picker.component.html
- color-picker.component.scss
- color-picker.component.ts
- color-picker.module.ts
- color-picker.router.ts
- home.component.html
- home.component.scss
- home.component.ts
- home.module.ts
- home.router.ts
- scrollspy-examples.component.html
- scrollspy-examples.component.scss
- scrollspy-examples.component.ts
- scrollspy.component.html
- scrollspy.component.scss
- scrollspy.component.ts
- scrollspy.module.ts
- scrollspy.router.ts
- speed-dial-api.component.html
- speed-dial-api.component.ts
- speed-dial-examples.component.html
- speed-dial-examples.component.scss
- speed-dial-examples.component.ts
- speed-dial.component.html
- speed-dial.component.scss
- speed-dial.component.ts
- speed-dial.module.ts
- speed-dial.router.ts
- timer-picker-api.component.html
- timer-picker-api.component.ts
- timer-picker-examples.component.html
- timer-picker-examples.component.ts
- timer-picker.component.html
- timer-picker.component.scss
- timer-picker.component.ts
- timer-picker.module.ts
- timer-picker.router.ts
- app.component.html
- app.component.scss
- app.component.ts
- app.module.ts
- app.router.ts
- github.svg
- source-code.png
- empty
- environment.prod.ts
- environment.ts
- favicon.ico
- index.html
- main.ts
- polyfills.ts
- styles.scss
- typings.d.ts
- .browserslistrc
- karma.conf.js
- tsconfig.app.json
- tsconfig.spec.json
- tslint.json
- color-picker-collection.component.html
- color-picker-collection.component.scss
- color-picker-collection.component.spec.ts
- color-picker-collection.component.ts
- color-picker-collection.service.ts
- color-picker-connected.directive.ts
- color-picker-option.component.html
- color-picker-option.component.scss
- color-picker-option.component.ts
- color-picker-origin.directive.ts
- color-picker-selector.component.html
- color-picker-selector.component.scss
- color-picker-selector.component.ts
- color-picker.component.html
- color-picker.component.scss
- color-picker.component.spec.ts
- color-picker.component.ts
- color-picker.directive.spec.ts
- color-picker.module.ts
- color-picker.service.spec.ts
- color-picker.service.ts
- color-picker.types.ts
- color-picker.utils.ts
- common.scss
- ng-package.json
- public-api.ts
- ng-package.json
- public-api.ts
- scrollspy.directive.ts
- scrollspy.module.ts
- scrollspy.service.ts
- scrollspy.ts
- _speed-dial-theme.scss
- animations.ts
- directions.ts
- ng-package.json
- public-api.ts
- speed-dial-actions.component.html
- speed-dial-actions.component.scss
- speed-dial-actions.component.ts
- speed-dial.component.html
- speed-dial.component.scss
- speed-dial.component.ts
- speed-dial.module.ts
- public-api.ts
- test.ts
- _timer-picker-theme.scss
- ng-package.json
- public-api.ts
- timer-picker.component.html
- timer-picker.component.scss
- timer-picker.component.spec.ts
- timer-picker.component.ts
- timer-picker.directives.ts
- timer-picker.module.ts
- timer-picker.ts
- _theming.scss
- karma.conf.js
- ng-package.json
- package.json
- tsconfig.lib.json
- tsconfig.lib.prod.json
- tsconfig.spec.json
- tslint.json
- .editorconfig
- .gitignore
- .travis.yml
- angular.json
- CONTRIBUTING.md
- LICENSE
- package.json
- README.md
- tsconfig.json
- tsconfig.spec.json
- tslint.json
- yarn.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/tiaguinho/material-community-components
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd material-community-components
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm install --save @angular/animations
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm install material-community-components
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
yarn add material-community-components
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
