typescript-webpack-starter
⚡ create-ts-lib: A Starter Kit and a CLI to create your TypeScript / ES6 module bundled by Webpack without thinking about build or unit tests configurations. 🏠
파일 탐색기
최종 버전 다운로드 (.zip)- config.yml
- launch.json
- CHANGELOG.md
- createTsLib.js
- index.js
- package-lock.json
- package.json
- README.md
- .gitignore
- CHANGELOG.md
- package-lock.json
- package.json
- index.ts
- MyLibrary.ts
- .gitignore
- nodemon.json
- package-lock.json
- package.json
- tsconfig.json
- index.html
- index.ts
- MyLibrary.spec.ts
- MyLibrary.ts
- spec-bundle.js
- .gitignore
- karma.conf.js
- package-lock.json
- package.json
- tsconfig.json
- tslint.json
- webpack.config.js
- publish.sh
- .gitignore
- _config.yml
- CHANGELOG.md
- CONTRIBUTING.md
- jsconfig.json
- lerna.json
- LICENSE
- package-lock.json
- package.json
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/nobrainr/typescript-webpack-starter
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd typescript-webpack-starter
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
