Compare commits
10 commits
main
...
update-rea
Author | SHA1 | Date | |
---|---|---|---|
Oliver Davies | c8f37474dc | ||
Oliver Davies | e4d2fe6ac5 | ||
Oliver Davies | 636dfada39 | ||
Oliver Davies | d860244670 | ||
Oliver Davies | 4b3c57246e | ||
Oliver Davies | e452fe8ae7 | ||
Oliver Davies | 4b12b64487 | ||
Oliver Davies | bb69057d3b | ||
Oliver Davies | ccdedffc86 | ||
Oliver Davies | 7f154b0d7f |
46
README.md
46
README.md
|
@ -1,31 +1,31 @@
|
|||
# Rebuilding Acquia’s Dashboard with Vue.js and Tailwind CSS
|
||||
# Rebuilding Acquia
|
||||
|
||||
[![Netlify Status](https://api.netlify.com/api/v1/badges/8cc12712-590a-47c7-bb78-d65e9249ac1d/deploy-status)](https://app.netlify.com/sites/rebuilding-acquia/deploys)
|
||||
|
||||
## Project setup
|
||||
```
|
||||
yarn install
|
||||
```
|
||||
A clone of [Acquia](https://www.acquia.com)’s hosting dashboard, built with [Vue.js](https://vuejs.org) and [Tailwind CSS](https://tailwindcss.com).
|
||||
|
||||
### Compiles and hot-reloads for development
|
||||
```
|
||||
yarn run serve
|
||||
```
|
||||
## Icons
|
||||
|
||||
### Compiles and minifies for production
|
||||
```
|
||||
yarn run build
|
||||
```
|
||||
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.
|
||||
|
||||
### Run your tests
|
||||
```
|
||||
yarn run test
|
||||
```
|
||||
## Screenshots
|
||||
|
||||
### Lints and fixes files
|
||||
```
|
||||
yarn run lint
|
||||
```
|
||||
### Viewing all applications
|
||||
|
||||
### Customize configuration
|
||||
See [Configuration Reference](https://cli.vuejs.org/config/).
|
||||
![A screenshot of the applications page in the list view](docs/images/applications-grid.png)
|
||||
|
||||
### Viewing all environments for an application
|
||||
|
||||
![A screenshot of the applications page in the list view](docs/images/environments-with-help.png)
|
||||
|
||||
### Viewing a single environment
|
||||
|
||||
![A screenshot of the applications page in the list view](docs/images/environment-prod.png)
|
||||
|
||||
## 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