deployment

📁 pluginagentmarketplace/custom-plugin-angular 📅 Jan 24, 2026
9
总安装量
6
周安装量
#31245
全站排名
安装命令
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-angular --skill deployment

Agent 安装分布

opencode 4
antigravity 4
windsurf 4
codex 4
gemini-cli 4

Skill 文档

Angular Deployment Skill

Overview

Deploy Angular applications to production with CI/CD pipelines, hosting platforms, and server-side rendering configurations.

Topics Covered

Build Configuration

  • Environment configurations
  • Production build optimization
  • Service workers and PWA
  • Base href configuration
  • Asset optimization

Hosting Platforms

  • Vercel deployment
  • Netlify configuration
  • Firebase Hosting
  • AWS S3 + CloudFront
  • Azure Static Web Apps
  • GitHub Pages

CI/CD Pipelines

  • GitHub Actions for Angular
  • GitLab CI configuration
  • Azure DevOps pipelines
  • Automated testing in CI
  • Preview deployments

Server-Side Rendering

  • Angular Universal setup
  • Hydration strategies
  • SSR hosting options
  • Pre-rendering static pages
  • SEO optimization

Containerization

  • Docker for Angular apps
  • nginx configuration
  • Multi-stage builds
  • Container orchestration

Prerequisites

  • Angular CLI proficiency
  • Basic DevOps understanding
  • Git workflow knowledge

Learning Outcomes

  • Configure production builds
  • Set up CI/CD pipelines
  • Deploy to multiple platforms
  • Implement SSR/SSG strategies