vite-garden
v0.7.10
Published
Vite Garden -- a part of the threed.ai family of JavaScript-friendly food-growing libraries
Downloads
688
Maintainers
Readme
🌱 Vite Garden
Features
Vite Garden is a full application with support for ThreeJS/WebGL 3D web application development. Supports React, Vue, Vanilla, Preact, Lit, Svelte. Builds run on Vite and Webpack. Deploys directly to WP Engine + SiteGround production environments. Available as open source via github and npm packages.
Checklist
When you use this template, follow the checklist to update your info properly
- [ ] Rename
name
field inpackage.json
- [ ] Change the author name in
LICENSE
- [ ] Change the title in
App.vue
- [ ] Change the favicon in
public
- [ ] Remove the
.github
folder which contains the funding info - [ ] Clean up the READMEs and remove routes
And, enjoy :)
Usage
Development
Just run and visit http://localhost:3333
pnpm dev
Build
To build the App, run
pnpm build
to preview the PWA service worker use (you can also use pnpm preview
):
pnpm preview-https
a part of the 🌱 threed.ai code family