clash.md
Clash is back — this time it's native.
File Explorer
- deploy-pages.yml
- dependabot.yml
- config-reference.json
- AppStoreBadge.vue
- ConfigFieldMatrix.vue
- custom.css
- index.ts
- config.mts
- loon.md
- mihomo.md
- quantumult-x.md
- shadowrocket.md
- sing-box.md
- stash.md
- surge.md
- apple-platforms.md
- best-practice.md
- dns.md
- general.md
- inbound.md
- index.md
- profile.md
- proxies.md
- rules.md
- security.md
- compatibility.md
- everyday-use.md
- index.md
- ios.md
- macos.md
- privacy-model.md
- protocols.md
- tvos.md
- ios.md
- macos.md
- tvos.md
- app-store-badge-black-en.svg
- app-store-badge-black-zh.svg
- app-store-badge-white-en.svg
- app-store-badge-white-zh.svg
- app-store.svg
- apple-tv-badge-black-en.svg
- apple-tv-badge-black-zh.svg
- apple-tv-badge-white-en.svg
- apple-tv-badge-white-zh.svg
- clash-app-icon.png
- clash-app-icon.svg
- github.svg
- hako-logo.png
- mac-app-store-badge-black-en.svg
- mac-app-store-badge-black-zh.svg
- mac-app-store-badge-white-en.svg
- mac-app-store-badge-white-zh.svg
- telegram.svg
- x.svg
- apple-device-lockup-en.png
- apple-device-lockup-en.webp
- apple-device-lockup-zh.png
- apple-device-lockup-zh.webp
- apple-product-lockup-dark.png
- apple-product-lockup-dark.webp
- apple-product-lockup-light.png
- apple-product-lockup-light.webp
- apple-product-lockup-official-dark.webp
- apple-product-lockup-official-light.webp
- ipad-01.webp
- ipad-02.webp
- ipad-03.webp
- ipad-04.webp
- ipad-05.webp
- iphone-01.webp
- iphone-02.webp
- iphone-03.webp
- iphone-04.webp
- iphone-05.webp
- device-ipad.webp
- device-iphone.webp
- ipad-home.webp
- iphone-home.webp
- en-01.webp
- en-02.webp
- en-03.webp
- en-04.webp
- en-05.webp
- zh-01.webp
- zh-02.webp
- zh-03.webp
- zh-04.webp
- zh-05.webp
- device-mac-en.webp
- device-mac-zh.webp
- home-en.webp
- home-zh.webp
- 01.webp
- 02.webp
- 03.webp
- 04.webp
- 05.webp
- device-apple-tv.webp
- home.webp
- ipad-home.webp
- iphone-home.webp
- apple-touch-icon.png
- favicon-32x32.png
- favicon-64x64.png
- favicon.ico
- favicon.svg
- og-clash.png
- robots.txt
- site.webmanifest
- loon.md
- mihomo.md
- quantumult-x.md
- shadowrocket.md
- sing-box.md
- stash.md
- surge.md
- apple-platforms.md
- best-practice.md
- dns.md
- general.md
- inbound.md
- index.md
- profile.md
- proxies.md
- rules.md
- security.md
- compatibility.md
- everyday-use.md
- index.md
- ios.md
- macos.md
- privacy-model.md
- protocols.md
- tvos.md
- ios.md
- macos.md
- tvos.md
- hako.md
- index.md
- privacy.md
- terms.md
- 404.md
- hako.md
- index.md
- privacy.md
- terms.md
- compose-apple-lockup.swift
- generate-config-reference.mjs
- .gitignore
- LICENSE
- package-lock.json
- package.json
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
npm install
View Details ▼
npm install
Install Node packages.
npm {{[i|install]}}
Install dependencies listed in `package.json`:
npm {{[i|install]}} {{package_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}
Download the latest version of a package and add it to the list of dev dependencies in `package.json`:
npm run
View Details ▼
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)
