angular2-materialize
Angular 2 support for Materialize CSS framework.
파일 탐색기
최종 버전 다운로드 (.zip)- favicon.ico
- index.html
- inline.f592a1d3a8b50f7a64df.bundle.js
- main.ef6f2578a84fea71a58a.bundle.js
- polyfills.1e0c2d5a82b8a9180851.bundle.js
- Roboto-Bold.c0f1e4a4fdfb8048c72e.woff2
- Roboto-Bold.eed9aab5449cc9c8430d.woff
- Roboto-Light.3c37aa69cd77e6a53a06.woff2
- Roboto-Light.ea36cd9a0e9eee97012a.woff
- Roboto-Medium.1561b424aaef2f704bbd.woff2
- Roboto-Medium.cf4d60bc0b1d4b231408.woff
- Roboto-Regular.3cf6adf61054c328b1b0.woff
- Roboto-Regular.5136cbe62a63604402f2.woff2
- Roboto-Thin.1f35e6a11d27d2e10d28.woff2
- Roboto-Thin.44b78f142603eb69f593.woff
- scripts.72b94b85d5ad63becf92.bundle.js
- styles.68fedd1e9185c1315903.bundle.css
- vendor.63c90f00fead7522d67c.bundle.js
- buttons.component.html
- buttons.component.scss
- buttons.component.spec.ts
- buttons.component.ts
- index.ts
- input.ts
- model-bindings.ts
- option.ts
- select.ts
- carousel.ts
- chips.ts
- collapsible.ts
- datepicker.ts
- dialogs.ts
- dropdown.ts
- forms.ts
- index.ts
- parallax.ts
- side-nav.ts
- tabs-routing.ts
- tabs.ts
- app.component.html
- app.component.scss
- app.component.ts
- app.module.ts
- app.routing.ts
- .gitkeep
- environment.prod.ts
- environment.ts
- favicon.ico
- index.html
- main.ts
- polyfills.ts
- styles.scss
- test.ts
- tsconfig.app.json
- tsconfig.spec.json
- typings.d.ts
- .angular-cli.json
- CONTRIBUTORS.md
- karma.conf.js
- lib
- lib-dist
- package.json
- protractor.conf.js
- tsconfig.json
- tslint.json
- custom-event-polyfill.ts
- index.ts
- materialize-directive.ts
- materialize-module.ts
- tsconfig.json
- .gitignore
- .npmignore
- .travis.yml
- build.sh
- LICENSE
- package.json
- publishDocs.sh
- README.md
- tsconfig.json
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/InfomediaLtd/angular2-materialize
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd angular2-materialize
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm install materialize-css --save
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm install angular2-materialize --save
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm install jquery@^2.2.4 --save
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm install hammerjs --save
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
