All Projects → alexzuza → Angular Plugin Architecture

alexzuza / Angular Plugin Architecture

Example of building Angular plugin with AOT and SSR

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Angular Plugin Architecture

Goober
🥜 goober, a less than 1KB 🎉 css-in-js alternative with a familiar API
Stars: ✭ 2,317 (+1173.08%)
Mutual labels:  ssr
Vue Ssr
Vue.js Server Side Render Template with Webpack & Express 🐝 🤠
Stars: ✭ 167 (-8.24%)
Mutual labels:  ssr
Mmf Blog Vue2 Ssr
mmf-blog-vue2 ssr(The service side rendering)
Stars: ✭ 174 (-4.4%)
Mutual labels:  ssr
Surge Rules
🦄 🎃 👻 Surge 规则集(DOMAIN-SET 和 RULE-SET),兼容 Surge for iOS 和 Surge for Mac 客户端。
Stars: ✭ 151 (-17.03%)
Mutual labels:  ssr
React Wp Rest
A boilerplate for pairing the WP Rest API with a server-rendered React app
Stars: ✭ 167 (-8.24%)
Mutual labels:  ssr
Nuxt Env
Inject env vars for your Nuxt app at runtime
Stars: ✭ 169 (-7.14%)
Mutual labels:  ssr
Vue Webpack Config
Koa2、Webpack、Vue、React、Node
Stars: ✭ 151 (-17.03%)
Mutual labels:  ssr
Wp Nuxt
The module adds WP-API to your nuxt application.
Stars: ✭ 179 (-1.65%)
Mutual labels:  ssr
React Jobs
Asynchronously resolve data for your components, with support for server side rendering.
Stars: ✭ 167 (-8.24%)
Mutual labels:  ssr
Vue2 Demo
Vue 基于 Genesis + TS + Vuex 实现的 SSR demo
Stars: ✭ 2,072 (+1038.46%)
Mutual labels:  ssr
Shadowtunnel
secure tunnel which help you protecting your tcp traffic between your machine and your service on remote.
Stars: ✭ 156 (-14.29%)
Mutual labels:  ssr
Next I18next
The easiest way to translate your NextJs apps.
Stars: ✭ 2,818 (+1448.35%)
Mutual labels:  ssr
React Ssr
react16 next.js4 antd-mobile2 redux
Stars: ✭ 171 (-6.04%)
Mutual labels:  ssr
Scala Graal
Make usage of Graal features easy and safe from Scala. Also features Scala-based React SSR.
Stars: ✭ 152 (-16.48%)
Mutual labels:  ssr
Shadowsocksr Native
翻墙 从容穿越党国敏感日 ShadowsocksR (SSR) native implementation for all platforms, GFW terminator
Stars: ✭ 2,328 (+1179.12%)
Mutual labels:  ssr
Reactql
Universal React+GraphQL starter kit: React 16, Apollo 2, MobX, Emotion, Webpack 4, GraphQL Code Generator, React Router 4, PostCSS, SSR
Stars: ✭ 1,833 (+907.14%)
Mutual labels:  ssr
React Core Boilerplate
Powerful ASP.NET Core 3 templates with React, true server-side rendering and Docker support
Stars: ✭ 169 (-7.14%)
Mutual labels:  ssr
Robots Module
NuxtJS module for robots.txt
Stars: ✭ 180 (-1.1%)
Mutual labels:  ssr
Google Optimize Module
SSR friendly Google Optimize module for Nuxt.js
Stars: ✭ 180 (-1.1%)
Mutual labels:  ssr
Jss
Official repo of Sitecore JavaScript Services
Stars: ✭ 173 (-4.95%)
Mutual labels:  ssr

AngularPluginArchitecture

For Angular 11 see https://github.com/alexzuza/angular-plugin-architecture-with-module-federation

Example of building AOT compiled Angular 7 plugin that can be consumed on client and server sides(SSR)

For Angular 8 see cli8 branch

Setup

npm install

Building shared plugin

npm run build:shared

Building plugins

npm run build:plugin1
npm run build:plugin2

Run

Dev mode

npm start

Server-side

npm run build:ssr
npm run serve:ssr

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].