Skip to content

ZephyrCloudIO/zephyr-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zephyr Cloud Examples

This is the official repository for Zephyr Cloud Examples. It contains a set of examples that demonstrate how to use Zephyr Cloud to build micro frontend applications and deploy them to our cloud services.

create default webpack mf

install

cd ./examples/create-default-webpack-mf/
npm i

run

cd ./examples/create-default-webpack-mf/
npm run build

create mf app rspack

cd ./examples/create-mf-app-rspack/
npm i

run

cd ./examples/create-mf-app-rspack/
npm run build

create-nx-rspack-workpace-mf

cd ./examples/create-nx-rspack-workpace-mf/
npm i

run

cd ./examples/create-nx-rspack-workpace-mf/
npm run build

create-nx-workspace-mf

cd ./examples/create-nx-workspace-mf/
npm i

run

cd ./examples/create-nx-workspace-mf/
npm run build

nx-v15-ng-v14

cd ./examples/ng-nx-v15/
npm i

run

cd ./examples/ng-nx-v15/
npm run build

qwik-1.5

cd ./examples/qwik-1.5/
npm i

run

cd ./examples/qwik-1.5/
npm run build

react-tractor-sample

cd ./examples/react-tractor-sample/
npm i

run

cd ./examples/react-tractor-sample/
npm run build

react-vite-ts

cd ./examples/react-vite-ts/
npm i

run

cd ./examples/react-vite-ts/
npm run build

Releases

No releases published

Packages