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
- Host: GitHub
- URL: https://github.com/fredericheem/van-playground
- Owner: FredericHeem
- Created: 2023-06-01T20:40:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-10T19:04:26.000Z (almost 3 years ago)
- Last Synced: 2025-07-20T01:59:30.828Z (11 months ago)
- Language: CSS
- Size: 13.7 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```