Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/batteredbunny/wasm-vite-template
An opinionated template for using rust wasm with vite
https://github.com/batteredbunny/wasm-vite-template
cargo-generate nix nix-flake vite
Last synced: 21 days ago
JSON representation
An opinionated template for using rust wasm with vite
- Host: GitHub
- URL: https://github.com/batteredbunny/wasm-vite-template
- Owner: BatteredBunny
- Created: 2022-11-05T00:54:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T21:47:04.000Z (5 months ago)
- Last Synced: 2024-06-11T00:37:09.734Z (5 months ago)
- Topics: cargo-generate, nix, nix-flake, vite
- Language: Nix
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
wasm-vite-template
An opinionated template for using rust wasm with vite
```
cargo generate --git https://github.com/BatteredBunny/wasm-vite-template
```## Nix
```
git add *.nix
```### Build
```
nix build
```### Shell
```
nix develop
```## Makefile usage
### Build
```
make
```### Start dev server
```
make dev
```### Preview production build
```
make start
```