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

https://github.com/fredericheem/van-playground

minimal Van.js playground, built with vite
https://github.com/fredericheem/van-playground

Last synced: 10 months ago
JSON representation

minimal Van.js playground, built with vite

Awesome Lists containing this project

README

          

# Van.js playground

A minimal Van.js playground buit with Vite.

## Workflow

Install the dependencies:

```sh
npm install
```

Start a development server:

```sh
npm run dev
```

Build a production version:

```sh
npm run build
```

```
vite v4.3.9 building for production...
✓ 7 modules transformed.
dist/index.html 0.47 kB │ gzip: 0.31 kB
dist/assets/index-48a8825f.css 1.24 kB │ gzip: 0.65 kB
dist/assets/index-57ea76fb.js 2.50 kB │ gzip: 1.36 kB
```