SAFE-template
SAFE-template copied to clipboard
dotnet CLI template for SAFE project
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.13 to 5.4.8. Release notes Sourced from vite's releases. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to...
Bumps [rollup](https://github.com/rollup/rollup) from 4.4.1 to 4.22.5. Release notes Sourced from rollup's releases. v4.22.5 4.22.5 2024-09-27 Bug Fixes Allow parsing of certain unicode characters again (#5674) Pull Requests #5674: Fix panic...
When following the exact guideline to run a local build and packaging, the following error occurs because of a missing packageversion: > --------------------------------------------------------------------- > Build Time Report > --------------------------------------------------------------------- >...
We have recipes in the SAFE docs for extending/changing the template in various ways. @jjbrooksnet had the great idea of automating some/all of them and making them executable via a...
.NET 10 will be released in November 2025; let's try to release SAFE 6 as close to that as possible! These todos have been copied from the previous release issue:...
Bumps [esbuild](https://github.com/evanw/esbuild) to 0.25.3 and updates ancestor dependency [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). These dependencies need to be updated together. Updates `esbuild` from 0.21.5 to 0.25.3 Release notes Sourced from esbuild's releases. v0.25.3 Fix...
Since bulma was removed in SAFE v5, in favour of Tailwind , Safe is missing a component library. I think a good Tailwind based component library would be a great...
seems not trivial to debug client side code in vscode in the current setup, would be great to be able to debug code on the client side in .fs too
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. Changelog Sourced from js-yaml's changelog. [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml merge (<<) operator. Commits cc482e7 4.1.1 released 50968b8 dist...
# Add DaisyUI Support to SAFE Template ## Overview This PR adds DaisyUI support to the SAFE template, upgrading from Tailwind CSS v3 to v4 and integrating the DaisyUI component...