https://github.com/jsoon/tauri-app
tauri app demo
https://github.com/jsoon/tauri-app
Last synced: 3 months ago
JSON representation
tauri app demo
- Host: GitHub
- URL: https://github.com/jsoon/tauri-app
- Owner: JSoon
- License: mit
- Created: 2022-07-01T08:01:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-12T02:45:01.000Z (almost 4 years ago)
- Last Synced: 2025-05-22T05:09:51.999Z (about 1 year ago)
- Language: Vue
- Size: 1.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tauri-app
tauri app demo
# Prerequisites
[Setting Up Tauri](https://tauri.app/v1/guides/getting-started/prerequisites)
# Environment
Node.js >= 14.19.0
# Development
1. Install the required shims of [Corepack](https://github.com/nodejs/corepack)
```bash
corepack enable
```
2. Install dependencies
```bash
yarn install
```
3. Run
```bash
yarn tauri:dev
```
# Building
- Test
```bash
yarn tauri:test
```
- Production
```bash
yarn tauri:prod
```
# Screenshot
