Start your development with a Dashboard for Asp.net and Vue.js. It is open source, free and it features many components that can help you create amazing websites.
Speed up development with Docker containers
Developing apps today requires so much more than writing code. Multiple languages, frameworks, architectures, and discontinuous interfaces between tools for each lifecycle stage creates enormous complexity. Docker simplifies and accelerates your workflow, while giving developers the freedom to innovate with their choice of tools, application stacks, and deployment environments for each project.
Fully Coded Components
Vue Argon Dashboard Asp.net is built with over 100 individual components, giving you the freedom of choosing and combining. All components can take variations in color, that you can easily modify using SASS files.
You will save a lot of time going from prototyping to full-functional code, because all elements are implemented. This Dashboard is coming with pre-built examples, so the development process is seamless, switching from our pages to the real website is very easy to be done.
Every element has multiple states for colors, styles, hover, focus, that you can easily access and use.
Complex Documentation
Each element is well presented in a very complex documentation. You can read more about the idea behind this dashboard here. You can check the components here and the foundation here.
Example Pages
If you want to get inspiration or just show something directly to your clients, you can jump start your development with our pre-built example pages. You will be able to quickly set up the basic structure for your web project.
docker-compose up --build
. Note that the first time you run this the images will build.You now have 2 applications running consisting of a Vue front end and application an Identity Server (IDS) based on C# and .Net Core. This implementation follow the resource owner password flow but can be modified to support others.
The integration gives you 3 features: 1. Login. The IDS has 2 default logins to get you started: Username: alice Password: Pass123$ Username: bob Password: Pass123$
Register. This registers a new user in IDS
User Profile. Update profile and change password.
If you wish to change any of the settings around authentications, please refer to the following files: - \IdentityServer\Config.cs - \IdentityServer\Startup.cs