Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/userquin/vite-gl-playground-elements
chore: initial commit
https://github.com/userquin/vite-gl-playground-elements
Last synced: 15 days ago
JSON representation
chore: initial commit
- Host: GitHub
- URL: https://github.com/userquin/vite-gl-playground-elements
- Owner: userquin
- Created: 2022-10-14T16:04:42.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-14T17:32:18.000Z (about 2 years ago)
- Last Synced: 2024-10-15T00:00:54.620Z (about 1 month ago)
- Language: TypeScript
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google / playground-elements / Vite
Configuration to allow working with the [playground-elements](https://github.com/google/playground-elements) using Vite.
From the docs, we need to add a new url for `sandboxBaseUrl` and also copy some files:
- https://github.com/google/playground-elements#other
- https://github.com/google/playground-elements#sandbox-securityThis repo will create a `/sandbox/` context for development and will copy `playground-elements/playground-service-worker.js` and `playground-elements/playground-service-worker-proxy.html` to `/sandbox/` folder for production build.