wip
This commit is contained in:
parent
f6b89af078
commit
e6ffc6a643
|
@ -0,0 +1,39 @@
|
||||||
|
---
|
||||||
|
title: Rebuilding Acquia’s Dashboard with Vue.js and Tailwind CSS
|
||||||
|
meta:
|
||||||
|
description: How I rebuilt Acquia’s 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 %}
|
Binary file not shown.
After Width: | Height: | Size: 76 KiB |
Binary file not shown.
After Width: | Height: | Size: 115 KiB |
Binary file not shown.
After Width: | Height: | Size: 101 KiB |
Reference in a new issue