Skip to content

Repository files navigation

Airalogy Player

Experimental Protocol Management Application built with Tauri 2.x + Vue 3.

Development

# Install dependencies
pnpm install

# Run in development mode
pnpm tauri dev

# Build for production
pnpm tauri build

Project Structure

player/
├── src/                    # Vue 3 frontend
│   ├── components/         # Vue components
│   ├── pages/             # Page components
│   ├── stores/             # Pinia stores
│   ├── locales/           # i18n translations
│   ├── styles/            # Global styles
│   └── router/            # Vue Router config
├── src-tauri/             # Rust backend
│   ├── src/
│   │   ├── commands/      # Tauri commands
│   │   ├── main.rs
│   │   └── lib.rs
│   ├── Cargo.toml
│   └── tauri.conf.json
└── package.json

About

Airalogy Player

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages