Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```