Skip to content

Commit

Permalink
Deploy examples
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Dec 8, 2024
1 parent 726ddd4 commit 210746d
Show file tree
Hide file tree
Showing 21 changed files with 7,032 additions and 7,413 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ jobs:

- run: STORYBOOK_DEPLOY=true npm run storybook:build -- -o dist

- run: (cd examples/react && npm ci && npm run build -- --outDir ../../dist/react)
- run: (cd examples/vue && npm ci && npm run build -- --outDir ../../dist/vue)
- run: (cd examples/svelte && npm ci && npm run build -- --outDir ../../dist/svelte)
- run: (cd examples/solid && npm ci && npm run build -- --outDir ../../dist/solid)
# - run: (cd examples/angular && npm ci && npm run build -- --base-href ./ --deploy-url ./ && mv ./dist ../../dist/angular)
- run: (cd examples/preact && npm ci && npm run build -- --outDir ../../dist/preact)
# - run: (cd examples/qwik && npm ci && npm run build -- --outDir ../../dist/qwik)

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ export const App = () => {

### Other examples

- [React](./examples/react)
- [Vue](./examples/vue)
- [Svelte](./examples/svelte)
- [Solid](./examples/solid)
- [Angular](./examples/angular)
- [Preact](./examples/preact)
- [Qwik](./examples/qwik)
- React ([Demo](https://inokawa.github.io/edix/react/index.html), [Source](./examples/react))
- Vue ([Demo](https://inokawa.github.io/edix/vue/index.html), [Source](./examples/vue))
- Svelte ([Demo](https://inokawa.github.io/edix/svelte/index.html), [Source](./examples/svelte))
- Solid ([Demo](https://inokawa.github.io/edix/solid/index.html), [Source](./examples/solid))
- Angular ([Source](./examples/angular))
- Preact ([Demo](https://inokawa.github.io/edix/preact/index.html), [Source](./examples/preact))
- Qwik ([Source](./examples/qwik))

...and more! Contribution welcome!

Expand Down
Loading

0 comments on commit 210746d

Please sign in to comment.