nuxtgain
Nuxt3 + Supabase; Production ready SaaS boilerplate
파일 탐색기
최종 버전 다운로드 (.zip)- deploy.yaml
- extensions.json
- settings.json
- nestle_brand.svg
- nuxt-gain-logo.svg
- pgbrand.svg
- payment.state.ts
- payment.types.ts
- stripe.utils.js
- user.state.ts
- Confirm.vue
- Collapse.vue
- GenerationCost.vue
- ImageUpload.vue
- loader.vue
- ProgressLoder.vue
- ProseCode.vue
- arrowUp.vue
- check.vue
- chevronDown.vue
- copy.vue
- facebook.vue
- github.vue
- gmail.vue
- instagram.vue
- linkedin.vue
- pinterest.vue
- twitter.vue
- scrollTopIcon.vue
- shareIcons.vue
- error.vue
- Breadcrumbs.vue
- hero.vue
- list.vue
- pagination.vue
- relatedArticles.vue
- section.vue
- tableOfContents.vue
- Feedback.vue
- ImgContent.vue
- CvCreate.vue
- CvType.vue
- ImageBlock.vue
- ResumeItem.vue
- Input.vue
- Label.vue
- Select.vue
- TextArea.vue
- AuthForm.vue
- ContainerModal.vue
- Logo.vue
- PricingTable.vue
- SwitchLanguage.vue
- Tip.vue
- UserInfo.vue
- MoneyBack.vue
- Container.vue
- Cta.vue
- FAQ.vue
- Features.vue
- FeaturesBlock.vue
- Footer.vue
- Hero.vue
- HowItWorks.vue
- Logos.vue
- Navbar.vue
- Pricing.vue
- ProblemSolution.vue
- Sectionhead.vue
- Testimonials.vue
- AppHeader.vue
- Options.vue
- Trust.vue
- Rating.vue
- Reviews.vue
- TopLine.vue
- GdprConsent.vue
- en.ts
- ua.ts
- vue-i18n.ts
- default.vue
- Dashboard.vue
- finish.vue
- index.vue
- [number].vue
- [...slug].vue
- index.vue
- privacy-policy.vue
- terms-of-use.vue
- index.vue
- pricing.vue
- thank-you.vue
- posthog.client.ts
- ui.client.ts
- ui.ts
- main.vue
- post.md
- authors.json
- business-logic-organization.md
- CONTRIBUTING.md
- deployment.yaml
- ingress.yaml
- service.yaml
- magic-resume-intro-post.webp
- sample.webp
- android-chrome-192x192.png
- android-chrome-512x512.png
- apple-touch-icon.png
- favicon-16x16.png
- favicon-32x32.png
- favicon.ico
- site.webmanifest
- alex-mercer.jpeg
- logo.png
- thank-you.jpeg
- index.delete.ts
- index.patch.ts
- index.post.ts
- index.get.ts
- log.ts
- hook.post.ts
- discount-mail.get.ts
- isUserExists.ts
- isUserPaid.ts
- sendEmail.ts
- tsconfig.json
- _current_branch
- 23823e56fe696298179eb353d6ee00f331060a823054a521053b179dd8e10e07.json
- 20240911173855_init_db.sql
- config.toml
- seed.sql
- supabase.ts
- utils.ts
- captureEventData.ts
- formatDate.ts
- getCurrentUrl.ts
- identifyAnalytics.ts
- .env.example
- .gitignore
- .nuxtrc
- Dockerfile
- eslint.config.js
- LICENSE
- nuxt.config.ts
- package.json
- pnpm-lock.yaml
- README.md
- tailwind.config.ts
- tsconfig.json
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/CyberCowboy404/nuxtgain
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd nuxtgain
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Docker
쉬움 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
docker build -t nuxtgain .
Dockerfile을 기반으로 실행 가능한 이미지를 빌드합니다.
docker run -p 8080:80 nuxtgain
빌드된 이미지를 실제 컨테이너로 실행합니다.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
3. Node.js
쉬움사전 준비물
npm run supabase:start
이 명령어를 터미널에 그대로 입력해 실행하세요.
npm run dev
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
