add new style
This commit is contained in:
33
README.md
33
README.md
@@ -1,8 +1,15 @@
|
||||
source : https://github.com/Oishh/leptos-axum-tailwind-start
|
||||
|
||||
wasm-pack build --target=web --debug --no-default-features --features=hydrate
|
||||
cargo run --no-default-features --features=ssr
|
||||
|
||||
# dev
|
||||
source .env
|
||||
cargo sqlx migrate run
|
||||
cargo leptos watch
|
||||
|
||||
npx tailwindcss -i ./input.css -o ./style/output.css --watch
|
||||
|
||||
# deploy
|
||||
|
||||
example of systemd config
|
||||
```
|
||||
[Unit]
|
||||
@@ -18,25 +25,25 @@ Type=simple
|
||||
WantedBy=multi-user.target
|
||||
```
|
||||
|
||||
# dev
|
||||
source .env
|
||||
cargo sqlx migrate run
|
||||
cargo leptos watch
|
||||
|
||||
npx tailwindcss -i ./input.css -o ./style/output.css --watch
|
||||
|
||||
## features
|
||||
[x] ssr
|
||||
[x] MySQL
|
||||
[x] tailwindcss
|
||||
[x] router
|
||||
[ ] value gestion des erreurs
|
||||
[ ] deploy
|
||||
[x] deploy
|
||||
|
||||
## pages
|
||||
[ ] liens
|
||||
[ ] formulaire
|
||||
[x] liens
|
||||
[x] formulaire
|
||||
[ ] recap capteurs
|
||||
|
||||
|
||||
// https://github.com/Bechma/realworld-leptos
|
||||
|
||||
|
||||
## style
|
||||
[Simple dark dashboard](https://dribbble.com/shots/10090105-Dashboard-UI/attachments/2097885?mode=media)
|
||||
|
||||
## helps
|
||||
[Leptos starter kit](https://github.com/Oishh/leptos-axum-tailwind-start)
|
||||
[Leptos blog](https://github.com/Bechma/realworld-leptos)
|
||||
|
||||
Reference in New Issue
Block a user