This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/source/_posts/2018-12-29-rebuilding-acquia-dashboard-with-vuejs-tailwind-css.md
2018-12-29 02:13:29 +00:00

40 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Rebuilding Acquias Dashboard with Vue.js and Tailwind CSS
meta:
description: How I rebuilt Acquias dashboard using Vue.js and Tailwind CSS.
image: ~
tags:
- drupal
- tailwind-css
- tweet
- vuejs
draft: true
---
{% block excerpt %}{% endblock %}
{% block content %}
- https://rebuilding-acquia.netlify.com
- https://github.com/opdavies/rebuilding-acquia
## The applications page
<figure>
<img src="/images/blog/rebuilding-acquia-vue-tailwind/1-applications.png" alt="" class="border border-grey-light p-2">
<figcaption>The rebuilt Applications page.</figcaption>
</figure>
## The environments page
<figure>
<img src="/images/blog/rebuilding-acquia-vue-tailwind/2-environments.png" alt="" class="border border-grey-light p-2">
<figcaption>The rebuilt Environments page for an application.</figcaption>
</figure>
## An environment page
<figure>
<img src="/images/blog/rebuilding-acquia-vue-tailwind/3-environment.png" alt="" class="border border-grey-light p-2">
<figcaption>The rebuilt page for an environment within an application.</figcaption>
</figure>
{% endblock %}