Open
Conversation
✅ Deploy Preview for lynx-go-web ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
f249e04 to
ca66960
Compare
- Add prepare-vue-lynx-examples.js script to prepare examples from local path or git repo - Support --build flag to install deps and build examples automatically - Add filter/search input to example finder - Add Vue source tags to distinguish vue-lynx from @lynx-example packages - Smart default file selection (App.vue for vue examples, App.tsx for lynx) - Add npm scripts: prepare:vue-lynx and prepare:vue-lynx:git
GitHub Actions HTTPS git clone fails for external repos without credentials. Use actions/checkout which handles auth properly, then pass --local path.
- Add @lynx-example/* dependencies and bump web-core/web-elements - Remove --build flag from local prepare:vue-lynx script - Update prepare-examples and prepare-vue-lynx-examples scripts
ca66960 to
6ab488e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Added support for loading vue-lynx examples in the go-web example playground alongside existing @lynx-example packages.
prepare-vue-lynx-examples.jsto prepare examples from local path or git repo--buildflag installs deps and builds examples automaticallybuild-examplejob now clones and builds vue-lynx examples before building the appUsage
```bash
pnpm prepare:vue-lynx # From local ~/github/vue-lynx (with build)
pnpm prepare:vue-lynx:git # From git repo with automatic build
```
Files Changed