oliverdavies.uk/source/_posts/2018-12-29-rebuilding-acquia-dashboard-with-vuejs-tailwind-css.md

34 lines
1.4 KiB
Markdown
Raw Normal View History

2018-12-29 02:13:29 +00:00
---
title: Rebuilding Acquias Dashboard with Vue.js and Tailwind CSS
2018-12-31 12:13:05 +00:00
excerpt: How I rebuilt Acquias dashboard using Vue.js and Tailwind CSS.
2019-01-05 20:14:24 +00:00
tags: [drupal, tailwind-css, tweet, vuejs]
2018-12-29 02:13:29 +00:00
draft: true
---
2019-01-05 20:14:24 +00:00
After my [rebuild of Drupals Bartik theme](/blog/rebuilding-bartik-with-vuejs-tailwind-css), Ive now used [Vue.js][vue] and [Tailwind CSS][tailwind] to rebuild another Drupal related UI - this time its [Acquias](https://www.acquia.com) web hosting dashboard. Again, you can [view the site on Netlify][netlify] and [the code on GitHub][github].
2018-12-29 02:13:29 +00:00
## 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>
2019-01-05 20:14:24 +00:00
[github]: https://github.com/opdavies/rebuilding-acquia
[netlify]: https://rebuilding-acquia.netlify.com
[tailwind]: https://tailwindcss.com
[vue]: https://vuejs.org