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

https://github.com/pyaillet/tuto-axum-vue

Self Tutorial Axum + Vue + TailwindCSS
https://github.com/pyaillet/tuto-axum-vue

axum getting-started rust vue

Last synced: 5 months ago
JSON representation

Self Tutorial Axum + Vue + TailwindCSS

Awesome Lists containing this project

README

          

# Tutorial Axum + Vue + Tailwind

This project is a short Week-End project I did to try:
- The Rust web framework [axum](https://github.com/tokio-rs/axum)
- The [Vite](https://vitejs.dev/) build tool
- [Vue3](https://v3.vuejs.org/)
- [Tailwind CSS](https://v1.tailwindcss.com/)

## How to use

To launch the project just use docker-compose with:

```
$ docker-compose up -d
```

## Preview

![Preview of the project](./img/preview.png)

## Credits

- Vincent Dörig for the [Vue 3, TypeScript & Tailwind CSS starter with vite](https://github.com/vincentdoerig/vue3-typescript-tailwind-starter)
- [axum](https://github.com/tokio-rs/axum) creators