This commit is contained in:
Oliver Davies 2019-01-05 20:14:24 +00:00
parent ffcf34dfb8
commit e7bf708270

View file

@ -1,15 +1,10 @@
--- ---
title: Rebuilding Acquias Dashboard with Vue.js and Tailwind CSS title: Rebuilding Acquias Dashboard with Vue.js and Tailwind CSS
excerpt: How I rebuilt Acquias dashboard using Vue.js and Tailwind CSS. excerpt: How I rebuilt Acquias dashboard using Vue.js and Tailwind CSS.
tags: tags: [drupal, tailwind-css, tweet, vuejs]
- drupal
- tailwind-css
- tweet
- vuejs
draft: true draft: true
--- ---
- https://rebuilding-acquia.netlify.com 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].
- https://github.com/opdavies/rebuilding-acquia
## The applications page ## The applications page
@ -31,3 +26,8 @@ draft: true
<img src="/images/blog/rebuilding-acquia-vue-tailwind/3-environment.png" alt="" class="border border-grey-light p-2"> <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> <figcaption>The rebuilt page for an environment within an application.</figcaption>
</figure> </figure>
[github]: https://github.com/opdavies/rebuilding-acquia
[netlify]: https://rebuilding-acquia.netlify.com
[tailwind]: https://tailwindcss.com
[vue]: https://vuejs.org