numix

Write your server code inside Vue SFC's and handle forms easily.

Stars
214
Committers
2

Bot releases are visible (Hide)

numix - v0.3.2 Latest Release

Published by github-actions[bot] over 1 year ago

   🚀 Features

  • Easy loader and action types  -  by @wobsoriano (ca2c3)
const { data } = await useLoaderData<typeof loader>()
const { data: result } = await useActionData<typeof action>()
    View changes on GitHub
numix - v0.3.1

Published by github-actions[bot] over 1 year ago

   🚀 Features

  • Nested routes support  -  by @wobsoriano (24d74)
    View changes on GitHub
numix - v0.3.0

Published by github-actions[bot] over 1 year ago

compare changes

🩹 Fixes

  • Prevent page reloads on client redirect (69faf3c)

💅 Refactors

  • Composable types (336aac0)
  • Use route name to identify loaders and actions (dae0ff2)
numix - v0.2.0

Published by github-actions[bot] over 1 year ago

   🚀 What's new

  • deps:
    • Bump @nuxt/kit to 3.3.2  -  by @wobsoriano (ae19a)
    • Bump h3 to 1.6.4  -  by @wobsoriano (d17a6)
    • Bump h3 ofetch to 1.0.1  -  by @wobsoriano (c4b6d)
    • Bump pathe to 1.1.0  -  by @wobsoriano (9b5dc)
    • Bump unplugin-strip-exports to 0.1.9  -  by @wobsoriano (0b3ce)
    • Bump es-module-lexer to 1.2.1  -  by @wobsoriano (c8cf8)

   🐞 Bug Fixes

  • Composable types  -  by @wobsoriano (17c7f)
    View changes on GitHub
numix - v0.1.2

Published by github-actions[bot] almost 2 years ago

   🚀 Features

  • Generate route module code on resolveId hook  -  by @wobsoriano (0b424)
  • Watch changes and regenerated route module code  -  by @wobsoriano (66764)
    View changes on GitHub
numix - v0.1.1

Published by github-actions[bot] almost 2 years ago

No significant changes

    View changes on GitHub
numix - v0.1.0

Published by wobsoriano almost 2 years ago

Initial Release!