Start Rebuilding Acquia post
This commit is contained in:
parent
2ef1346988
commit
74e013308e
9 changed files with 8 additions and 2 deletions
|
@ -8,6 +8,7 @@ tags:
|
|||
- tweet
|
||||
- vuejs
|
||||
draft: true
|
||||
promoted: true
|
||||
---
|
||||
After [rebuilding Drupal’s Bartik theme](/blog/rebuilding-bartik-with-vuejs-tailwind-css), I’ve now used [Vue.js][vue] and [Tailwind CSS][tailwind] to rebuild another Drupal related UI - this time it’s [Acquia’s](https://www.acquia.com) web hosting dashboard. Again, you can [view the site on Netlify][netlify] and [the code on GitHub][github].
|
||||
|
||||
|
@ -107,8 +108,9 @@ This was the first page that I rebuilt - the Environments page for an applicatio
|
|||
|
||||
Vue Router is configured to show the
|
||||
|
||||
|
||||
<figure>
|
||||
<img src="/images/blog/rebuilding-acquia-vue-tailwind/2-environments.png" alt="A screenshot of the rebuilt Environments page." class="border border-gray-300 p-2">
|
||||
<img src="/images/blog/rebuilding-acquia-vue-tailwind/3-environments.png" alt="A screenshot of the rebuilt Environments page." class="border border-grey-light p-1">
|
||||
<figcaption>The rebuilt Environments page for an application.</figcaption>
|
||||
</figure>
|
||||
|
||||
|
@ -119,6 +121,11 @@ Vue Router is configured to show the
|
|||
<figcaption>The rebuilt Applications page.</figcaption>
|
||||
</figure>
|
||||
|
||||
<figure>
|
||||
<img src="/images/blog/rebuilding-acquia-vue-tailwind/2-applications-list.png" alt="A screenshot of the rebuilt Applications page as a list." class="border border-grey-light p-1">
|
||||
<figcaption>The rebuilt Applications page.</figcaption>
|
||||
</figure>
|
||||
|
||||
## An environment page
|
||||
|
||||
<figure>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue