Compare commits
10 commits
main
...
update-rea
Author | SHA1 | Date | |
---|---|---|---|
|
c8f37474dc | ||
|
e4d2fe6ac5 | ||
|
636dfada39 | ||
|
d860244670 | ||
|
4b3c57246e | ||
|
e452fe8ae7 | ||
|
4b12b64487 | ||
|
bb69057d3b | ||
|
ccdedffc86 | ||
|
7f154b0d7f |
46
README.md
46
README.md
|
@ -1,31 +1,31 @@
|
||||||
# Rebuilding Acquia’s Dashboard with Vue.js and Tailwind CSS
|
# Rebuilding Acquia
|
||||||
|
|
||||||
[](https://app.netlify.com/sites/rebuilding-acquia/deploys)
|
[](https://app.netlify.com/sites/rebuilding-acquia/deploys)
|
||||||
|
|
||||||
## Project setup
|
A clone of [Acquia](https://www.acquia.com)’s hosting dashboard, built with [Vue.js](https://vuejs.org) and [Tailwind CSS](https://tailwindcss.com).
|
||||||
```
|
|
||||||
yarn install
|
|
||||||
```
|
|
||||||
|
|
||||||
### Compiles and hot-reloads for development
|
## Icons
|
||||||
```
|
|
||||||
yarn run serve
|
|
||||||
```
|
|
||||||
|
|
||||||
### Compiles and minifies for production
|
The icons were downloaded from the live Acquia webite and re-used, but the HTML, CSS and JavaScript code was written from scratch using the above mentioned technologies.
|
||||||
```
|
|
||||||
yarn run build
|
|
||||||
```
|
|
||||||
|
|
||||||
### Run your tests
|
## Screenshots
|
||||||
```
|
|
||||||
yarn run test
|
|
||||||
```
|
|
||||||
|
|
||||||
### Lints and fixes files
|
### Viewing all applications
|
||||||
```
|
|
||||||
yarn run lint
|
|
||||||
```
|
|
||||||
|
|
||||||
### Customize configuration
|

|
||||||
See [Configuration Reference](https://cli.vuejs.org/config/).
|
|
||||||
|
### Viewing all environments for an application
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### Viewing a single environment
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## How it works
|
||||||
|
|
||||||
|
TODO: Add blog post link
|
||||||
|
|
||||||
|
## Author
|
||||||
|
|
||||||
|
[Oliver Davies](https://www.oliverdavies.uk) - Full Stack Developer
|
||||||
|
|
BIN
docs/images/applications-grid.png
Normal file
BIN
docs/images/applications-grid.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 126 KiB |
BIN
docs/images/applications-list.png
Normal file
BIN
docs/images/applications-list.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 124 KiB |
BIN
docs/images/environment-prod.png
Normal file
BIN
docs/images/environment-prod.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 247 KiB |
BIN
docs/images/environments-no-help.png
Normal file
BIN
docs/images/environments-no-help.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 242 KiB |
BIN
docs/images/environments-with-help.png
Normal file
BIN
docs/images/environments-with-help.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 257 KiB |
Reference in a new issue