docs
[OLD] documentation for webpack
파일 탐색기
최종 버전 다운로드 (.zip)- 404.styl
- anchor.styl
- code.styl
- contents.styl
- deprecation.styl
- doc.styl
- general.styl
- landing.styl
- logo.styl
- mixins.styl
- reset.styl
- sidebar.styl
- style.styl
- tutorial.styl
- variables.styl
- 404.js
- bindToIntraLinks.js
- disqus.js
- doc.js
- docsearch.js
- downloadWiki.js
- FullTextSearcher.js
- googleAnalytics.js
- landing.js
- onContentLoaded.js
- tutorial.js
- 404.html
- deprecation.html
- doc.html
- header.html
- landing.html
- logo.html
- tutorial.html
- diff.js
- lcs.js
- Searcher.js
- coffeescript.js
- css.js
- highlight.js
- javascript.js
- json.js
- package.json
- xml.js
- extractRegExpFromText.js
- linkToTitle.js
- renderMarkdown.js
- titleToLink.js
- statictutorial.js
- staticwiki.js
- README.md
- README.md
- .tutorialignore
- entry.js
- index.html
- README.md
- webpack.config.js
- .tutorialignore
- content.js
- entry.js
- README.md
- webpack.config.js
- .tutorialignore
- entry.js
- README.md
- style.css
- webpack.config.js
- .tutorialignore
- entry.js
- README.md
- webpack.config.js
- README.md
- webpack.config.js
- README.md
- README.md
- webpack.config.js
- README.md
- README.md
- .tutorialignore
- app.coffee
- app.coffee.js
- index.html
- jquery.min.js
- README.md
- styles.less
- styles.less.css
- .tutorialignore
- app.coffee.js
- index.html
- jquery.min.js
- README.md
- styles.less.css
- webpack.config.js
- .tutorialignore
- jquery.min.js
- README.md
- styles.less.css
- webpack.config.js
- .tutorialignore
- jquery.min.js
- README.md
- styles.less.css
- webpack.config.js
- .tutorialignore
- app.coffee
- jquery.min.js
- README.md
- styles.less.css
- userAgentModel.coffee
- userAgentView.coffee
- webpack.config.js
- jquery.js
- .tutorialignore
- app.coffee
- index.html
- README.md
- styles.less.css
- userAgentView.coffee
- webpack.config.js
- jquery.js
- .tutorialignore
- index.html
- README.md
- userAgentView.coffee
- webpack.config.js
- jquery.js
- .tutorialignore
- index.html
- README.md
- userAgentView.coffee
- userAgentView.jade
- webpack.config.js
- .gitignore
- Gruntfile.js
- package.json
- README.md
- webpack.config.js
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/webpack/docs
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd docs
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
cd lib/highlight.js
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
// repository documentation
Was this content helpful?
(0 ratings)
