https://github.com/sheraff/vite-labs
Random little code demos made for fun
https://github.com/sheraff/vite-labs
Last synced: 2 months ago
JSON representation
Random little code demos made for fun
- Host: GitHub
- URL: https://github.com/sheraff/vite-labs
- Owner: Sheraff
- Created: 2024-06-02T09:52:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-16T19:10:43.000Z (about 1 year ago)
- Last Synced: 2025-03-16T19:43:39.939Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://sheraff.github.io/vite-labs/
- Size: 11.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple Vite app for isolated code experiments.
Create a `src/pages//index.tsx` file, and it will create a new `/` route.
- `default` export is chunked and lazy loaded.
- `const meta` export is statically available everywhere.