vyuh 0.2.11

Vyuh web framework for Axum and SQLx with handler-first APIs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "@vyuh/web",
  "private": true,
  "version": "0.0.0",
  "scripts": {
    "build:css": "node scripts/build-css.mjs",
    "check:css": "node scripts/check-css.mjs",
    "watch:css": "sass --watch --load-path=node_modules scss/vyuh.scss:public/css/vyuh.css scss/stylebook.scss:public/css/stylebook.css --style=expanded"
  },
  "devDependencies": {
    "bootstrap": "^5.3.3",
    "sass": "^1.77.8"
  }
}