Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 626 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 626 Bytes

Uvicore Vue3 Library

Uvicore is an async Python Web, API and CLI full-stack framework. This vue3 library is a collection of modules to aid in building Vue3 Single Page apps.

Includes

  • Config vue3 plugin to manage app configuration
  • Auth adapter for Oauth2, OIDC and other auth methods (uses Pinia state management)
  • Uvicore autoapi Rest client (more like an ORM for uvicore specific rest APIs)
  • TailwindUI and headlessUI Components to aid in building apps faster

Creation Notes

npm init @vitejs/app  # select vue with vue-ts
npm install --save-dev @types/node
npm install --save-dev vite-plugin-dts