Vue Auth Boilerplate
A starter app/boilerplate for SPAs built with VueJS. Integrates with API Auth functions, such as those found in Laravel's JWT authentication package.
Key features:
- Vue CLI 3 Scaffold: Built using Vue CLI 3, leveraging its plugin ecosystem.
- UIkit CSS Framework: Utilizes UIkit for styling, but Bootstrap can be substituted.
- Authentication: Includes login and register pages with integrated styling.
- Customizable: Settings can be modified in
/src/settings.js
to suit specific application needs, including API server configuration. - Password Strength Visualization: Provides visual feedback on password security during registration.
Practical Applications:
- Rapidly prototype Vue.js SPAs with built-in authentication.
- Serve as a foundation for projects requiring user registration and login functionality.
- Customize and extend for various application types by modifying the UI framework and API integrations.