phantom-ui
Structure-aware skeleton loader. One Web Component, every framework.
파일 탐색기
최종 버전 다운로드 (.zip)- logo-phantom.svg
- phantom-ui-preview.svg
- phantom-ui-text.svg
- social-preview.png
- social-preview.svg
- bug_report.yml
- config.yml
- feature_request.yml
- ci.yml
- deploy-docs.yml
- publish.yml
- pull_request_template.md
- pre-commit
- main.ts
- preview.ts
- no-mixed-type-imports.grit
- extensions.json
- launch.json
- favicon.svg
- hero.svg
- phantom-ui.cdn.js
- social-preview.png
- generate-changelog.mjs
- sync-cdn.mjs
- hero.svg
- houston.webp
- logo.svg
- Demo.astro
- GetStartedBtn.astro
- GitHubBtn.astro
- Head.astro
- Header.astro
- ThemeToggle.astro
- angular.mdx
- htmx.mdx
- qwik.mdx
- react.mdx
- solid.mdx
- ssr.md
- svelte.mdx
- vue.mdx
- data-fetching.md
- design-systems.md
- installation.mdx
- introduction.md
- quick-start.mdx
- api-stability.md
- attributes.md
- css-custom-properties.md
- data-attributes.md
- how-it-works.md
- typescript.mdx
- index.mdx
- demo.astro
- custom.css
- content.config.ts
- .gitignore
- astro.config.mjs
- bun.lock
- package.json
- README.md
- tsconfig.json
- extensions.json
- launch.json
- mcp.json
- tasks.json
- favicon.ico
- app.config.ts
- app.routes.ts
- app.ts
- index.html
- main.ts
- styles.css
- .gitignore
- .prettierrc
- angular.json
- package.json
- README.md
- tsconfig.app.json
- tsconfig.json
- index.html
- launch.json
- qwik-city.code-snippets
- qwik.code-snippets
- poppins-400.woff2
- poppins-500.woff2
- poppins-700.woff2
- favicon.svg
- manifest.json
- robots.txt
- router-head.tsx
- counter.module.css
- counter.tsx
- footer.module.css
- footer.tsx
- gauge.module.css
- index.tsx
- header.module.css
- header.tsx
- hero.module.css
- hero.tsx
- qwik.tsx
- infobox.module.css
- infobox.tsx
- next-steps.module.css
- next-steps.tsx
- thunder.png
- flower.css
- index.tsx
- index.tsx
- todolist.module.css
- index.tsx
- layout.tsx
- styles.css
- entry.dev.tsx
- entry.preview.tsx
- entry.ssr.tsx
- global.css
- phantom-ui.d.ts
- root.tsx
- .gitignore
- .prettierignore
- eslint.config.js
- package.json
- qwik.env.d.ts
- README.md
- tsconfig.json
- vite.config.ts
- favicon.svg
- icons.svg
- hero.png
- react.svg
- vite.svg
- App.css
- App.tsx
- index.css
- main.tsx
- phantom-ui.d.ts
- .gitignore
- eslint.config.js
- index.html
- package.json
- README.md
- tsconfig.app.json
- tsconfig.json
- tsconfig.node.json
- vite.config.ts
- api.ts
- App.tsx
- main.tsx
- phantom-ui.d.ts
- styles.css
- index.html
- package.json
- tsconfig.json
- vite.config.ts
- favicon.svg
- icons.svg
- hero.png
- solid.svg
- vite.svg
- App.css
- App.tsx
- index.css
- index.tsx
- phantom-ui.d.ts
- .gitignore
- index.html
- package.json
- README.md
- tsconfig.app.json
- tsconfig.json
- tsconfig.node.json
- vite.config.ts
- k-header.css
- k-header.tsx
- k-text.css
- k-text.tsx
- components.d.ts
- index.html
- .gitignore
- package.json
- stencil.config.ts
- tsconfig.json
- extensions.json
- favicon.svg
- icons.svg
- hero.png
- vite.svg
- vue.svg
- HelloWorld.vue
- App.vue
- main.ts
- style.css
- .gitignore
- index.html
- package.json
- README.md
- tsconfig.app.json
- tsconfig.json
- tsconfig.node.json
- vite.config.ts
- index.html
- assert-example-rendering.mjs
- generate-ssr-css.ts
- generate-standalone-types.mjs
- smoke-playground.mjs
- verify-package.mjs
- init.mjs
- block-renderer.ts
- constants.ts
- content-visibility.ts
- dom-measurement.ts
- hiding-css.ts
- light-dom-styles.ts
- phantom-ui.stories.ts
- phantom-ui.styles.ts
- phantom-ui.ts
- ssr.css
- types.ts
- init.test.mjs
- phantom-ui.test.ts
- ssr-css.test.ts
- .gitignore
- biome.json
- bun.lock
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- custom-elements-manifest.config.mjs
- custom-elements.json
- LICENSE
- package.json
- README.md
- SECURITY.md
- tsconfig.json
- web-test-runner.config.mjs
🚀 설치 가이드
1. 코드 내려받기
git clone https://github.com/Aejkatappaja/phantom-ui
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd phantom-ui
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm install @aejkatappaja/phantom-ui # npm
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
pnpm add @aejkatappaja/phantom-ui # pnpm
이 명령어를 터미널에 그대로 입력해 실행하세요.
yarn add @aejkatappaja/phantom-ui # yarn
이 명령어를 터미널에 그대로 입력해 실행하세요.
<script src="https://cdn.jsdelivr.net/npm/@aejkatappaja/phantom-ui/dist/phantom-ui.cdn.js"></script>
이 명령어를 터미널에 그대로 입력해 실행하세요.
npx @aejkatappaja/phantom-ui init # npm
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
