A Webpack 5 boilerplate with Vue
The project I made with most stars at GitHub :-)
Try the demo...A Webpack 5 boilerplate with Vue.js. The demo App serve Vue routing, a Webpack logo, my photo with some info. The Vue App serve a demo CRUD functions for Employess towards a Web API at jsonplaceholder. The Webpack is ready for PostCSS, ES6 and above. Bootstrap CSS was used to make the demo mobile friendly.
ASP.NET Core 2.2 Web API with C# towards Vue clients using Basic Authentication for Login
The API is hosted at Microsoft Azure App Service and the Vue 3 and Vue 2 Clients at GitHub Pages
For the Web API a CI / CD Pipeline was implemented by Azure DevOps - A Build and a Release Pipeline which deploys to Azure App Service
A Login system by a Vue client / ASP.NET Core 2.2 Web API with C# secured by HTTPS and a Basic Authorization Header
A Webpack 5 boilerplate with Vue and TypeScript
Try the demo...A Webpack 5 boilerplate with Vue and ready for TypeScript. The demo App serve Vue routing, a Webpack logo, my photo with some info. The Vue App serve a demo CRUD functions for Employess towards a Web API at jsonplaceholder. The Webpack is ready for PostCSS, ES6 and above. Bootstrap CSS was used to make the demo mobile friendly.
Node Express React Vue Angular MySQL Role based Membership system
Hosted at Microsoft Azure App Service with the Free App Service Plan.
A Web API Membership and Authentication System of Users. The frontends are developed in React, Angular and Vue.js + Vuex. The Web API is implemented in Node.js and Express. Secured by HTTPS, CORS and Bcrypt. For Authentication a JWT is send with the Baerer schema in the Authorization Header.