2017-02-26 9 views
0

내가, NPM을 통해 패키지를 뽑아 드롭 다운 구성 요소가 버튼 모듈을 선택 한UI 시맨틱 드롭 구성 요소 설치

이없는 CSS 프레임 워크 부르마로 내 웹 사이트의 UI를 드롭 구성 요소를 사용 싶지만, 꿀꺽 빌드를 실행하고의 .js 및 .CSS 파일

를 생성하지만이 파일에 액세스하려고하면 나는 어디에서 잘못 가고

mysite.dev/semantic/dist/components/dropdown.js 404 (Not Found) 

를 얻을? 건배

답변

0

파일이 실제로 올바른 위치에 있는지 확인 했습니까? 당신이 그들을 기대하는 곳 꿀꺽 통해 처음부터 시맨틱 UI 빌드 우리의 프로젝트에서 그들이있어 (here 참조)

$ ll semantic/dist/components/d* 
-rwxrwxr-x 1 yv yv 4030 Sep 30 14:41 semantic/dist/components/dimmer.css* 
-rw-rw-r-- 1 yv yv 20753 Sep 30 14:41 semantic/dist/components/dimmer.js 
-rwxrwxr-x 1 yv yv 2632 Sep 30 14:41 semantic/dist/components/dimmer.min.css* 
-rw-rw-r-- 1 yv yv 7955 Sep 30 14:41 semantic/dist/components/dimmer.min.js 
-rwxrwxr-x 1 yv yv 7774 Sep 30 14:41 semantic/dist/components/divider.css* 
-rwxrwxr-x 1 yv yv 5763 Sep 30 14:41 semantic/dist/components/divider.min.css* 
-rwxrwxr-x 1 yv yv 33634 Sep 30 14:41 semantic/dist/components/dropdown.css* 
-rw-rw-r-- 1 yv yv 133553 Sep 30 14:41 semantic/dist/components/dropdown.js 
-rwxrwxr-x 1 yv yv 23689 Sep 30 14:41 semantic/dist/components/dropdown.min.css* 
-rw-rw-r-- 1 yv yv 48256 Sep 30 14:41 semantic/dist/components/dropdown.min.js 

또한 별도로 NPM 명령을 사용하여 드롭 다운 모듈을 설치할 수 있습니다 npm install semantic-ui-dropdown는, here를 참조하십시오.