medium-unlimited
멤버십 없이 medium.com 기사를 무료로 읽을 수 있는 브라우저 확장 프로그램입니다.
파일 탐색기
- FUNDING.yml
- logo.gvdesign
- screenshot.png
- screenshot_comparison.gvdesign
- App.css
- App.jsx
- SpreadTheWord.css
- SpreadTheWord.jsx
- .gitignore
- analytics.js
- background.js
- config.js
- constants.js
- medium-unlocker.js
- request_interceptors.js
- storage.js
- utils.js
- floating_button_256.png
- loader.gif
- loader.svg
- logo.png
- logo_128.png
- logo_16.png
- logo_48.png
- footer.html
- head.html
- header.html
- icon-github.html
- icon-github.svg
- icon-twitter.html
- icon-twitter.svg
- archive.html
- default.html
- page.html
- post.html
- _base.scss
- _color.scss
- _layout.scss
- _syntax-highlighting.scss
- style.scss
- .coafile
- .gitignore
- _config.yml
- about.md
- download.md
- index.html
- LICENSE.txt
- README.md
- sitemap.xml
- start.sh
- .babelrc
- .gitattributes
- .gitignore
- .prettierrc
- LICENSE
- manifest.json
- package-lock.json
- package.json
- README.md
- webpack.config.js
# 설치 가이드
node설치 및 실행 절차
npm install
프로젝트 의존성을 설치합니다.
npm run dev
개발 모드로 빌드하여 dist 폴더에 번들 파일을 생성합니다.
핵심 명령어
npm install
package.json에 정의된 프로젝트 의존성 패키지를 설치합니다.
npm run dev
로컬 개발 환경을 위해 코드를 빌드하고 dist 디렉터리에 결과물을 생성합니다.
npm run build
프로덕션 배포를 위한 프로덕션 빌드를 수행합니다.
빌드 후 생성된 dist 폴더를 브라우저의 확장 프로그램 관리 페이지에서 압축 해제된 확장 프로그램으로 로드하여 사용하세요.
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
npm run
설명 보기 ▼
npm run
Run a script.
npm run
List available scripts:
npm run {{script_name}}
Run a script:
npm run {{script_name}} -- {{argument}} {{--option}}
Pass arguments to a script:
// repository documentation
Was this content helpful?
(0 ratings)
