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
- Host: GitHub
- URL: https://github.com/pyaillet/tuto-axum-vue
- Owner: pyaillet
- License: mit
- Created: 2021-11-02T19:11:02.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-03T09:11:58.000Z (almost 4 years ago)
- Last Synced: 2025-03-30T12:11:21.592Z (6 months ago)
- Topics: axum, getting-started, rust, vue
- Language: Rust
- Homepage:
- Size: 416 KB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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

## 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