Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rviso/tauri-monorepo-template

This is a template for creating a monorepo with Tauri, Vite, Vue, and TypeScript.
https://github.com/rviso/tauri-monorepo-template

rust tauri typescript vite vue3

Last synced: about 1 month ago
JSON representation

This is a template for creating a monorepo with Tauri, Vite, Vue, and TypeScript.

Awesome Lists containing this project

README

        

# tauri-monorepo-template

This is a template for a monorepo using packages for a Tauri project.

## Features

- [Tauri](https://tauri.studio/)
- [pnpm](https://pnpm.io/)
- [TypeScript](https://www.typescriptlang.org/)
- [ESLint](https://eslint.org/)
- [Prettier](https://prettier.io/)
- [Vitest](https://vitest.dev/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Vite](https://vitejs.dev/)
- [Vue 3](https://v3.vuejs.org/)

## Getting started

1. Clone this repository

```bash
git clone https://github.com/rviso/tauri-monorepo-template
```

2. Install dependencies

```bash

# Install dependencies for the monorepo
pnpm install

```

3. Start the development server

```bash
pnpm run dev
```

4. Build the project

```bash

# Build the project
pnpm run build

```