eliminato flowbit-ui
This commit is contained in:
@@ -7,7 +7,7 @@ Boilerplate GoFiber MVC + HTMX + Flowbite + GORM, con auth server-rendered, area
|
||||
Terminale 1:
|
||||
|
||||
```bash
|
||||
npm i --prefix flowbite-ui
|
||||
npm i
|
||||
make assets
|
||||
make tw-watch
|
||||
```
|
||||
@@ -19,7 +19,7 @@ make server
|
||||
```
|
||||
|
||||
`make assets` esegue:
|
||||
- copia di `flowbite-ui/node_modules/flowbite/dist/flowbite.min.js` in `web/static/vendor/flowbite.js`
|
||||
- copia di `node_modules/flowbite/dist/flowbite.min.js` in `web/static/vendor/flowbite.js`
|
||||
- build Tailwind in `web/static/css/app.css`
|
||||
|
||||
Dark mode globale:
|
||||
@@ -31,7 +31,7 @@ Dark mode globale:
|
||||
|
||||
```bash
|
||||
cp .env.example .env
|
||||
npm i --prefix flowbite-ui
|
||||
npm i
|
||||
make assets
|
||||
make server
|
||||
```
|
||||
@@ -76,7 +76,7 @@ In `develop`, le email vengono salvate in `./data/emails`.
|
||||
|
||||
- `make tw-build` -> build Tailwind CSS
|
||||
- `make tw-watch` -> watch Tailwind CSS
|
||||
- `make flowbite-copy` -> copia `flowbite-ui/node_modules/flowbite/dist/flowbite.min.js` in `web/static/vendor/flowbite.js`
|
||||
- `make flowbite-copy` -> copia `node_modules/flowbite/dist/flowbite.min.js` in `web/static/vendor/flowbite.js`
|
||||
- `make assets` -> `flowbite-copy` + `tw-build`
|
||||
- `make server` -> `go run ./cmd/server`
|
||||
- `make test` -> `go test ./...`
|
||||
|
||||
Reference in New Issue
Block a user