0.0.31 • Published 8 months ago

taurify v0.0.31

Weekly downloads
-
License
MIT
Repository
-
Last release
8 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

8 months ago

0.0.30

8 months ago

0.0.20

9 months ago

0.0.21

9 months ago

0.0.23

9 months ago

0.0.24

9 months ago

0.0.25

9 months ago

0.0.15

9 months ago

0.0.16

9 months ago

0.0.17

9 months ago

0.0.18

9 months ago

0.0.19

9 months ago

0.0.12

10 months ago

0.0.13

10 months ago

0.0.14

9 months ago

0.0.26

8 months ago

0.0.27

8 months ago

0.0.28

8 months ago

0.0.29

8 months ago

0.0.10

11 months ago

0.0.11

11 months ago

0.0.9

12 months 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