0.0.31 • Published 9 months ago

taurify v0.0.31

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

Taurify

Develop, build and distribute a Tauri application without installing Rust.

Usage

Run taurify on an existing frontend with your preferred package manager.

Configuration

{
  "productName": "TaurifyApp",
  "identifier": "dev.crabnebula.taurifyapp",
  "version": "0.1.0",
  "cloudOrgSlug": "crabnebula",
  "cloudAppSlug": "taurify",
  "app": {
    "icon": "logo.png",
    "windows": [
      {
        "title": "Taurify",
        "width": 1200,
        "height": 800,
        "minWidth": 1000,
        "minHeight": 800
      }
    ]
  }
}

A package.json file must exist in the current working directory and it must include a script to start your application's development server and a script to build it. The dev script must be either named dev:taurify, dev, serve or start and the build script must be named either build:taurify or build. If those scripts are not set, Taurify defaults to your module bundler's default script.

{
  "scripts": {
    "dev": "vite dev",
    "build": "vite build"
  }
}
0.0.31

9 months ago

0.0.30

9 months ago

0.0.20

10 months ago

0.0.21

10 months ago

0.0.23

10 months ago

0.0.24

10 months ago

0.0.25

10 months ago

0.0.15

10 months ago

0.0.16

10 months ago

0.0.17

10 months ago

0.0.18

10 months ago

0.0.19

10 months ago

0.0.12

10 months ago

0.0.13

10 months ago

0.0.14

10 months ago

0.0.26

9 months ago

0.0.27

9 months ago

0.0.28

9 months ago

0.0.29

9 months ago

0.0.10

12 months ago

0.0.11

11 months ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.5

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago