Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opdavies/rebuilding-acquia
https://github.com/opdavies/rebuilding-acquia
jest tailwind-css vuejs
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/opdavies/rebuilding-acquia
- Owner: opdavies
- Archived: true
- Created: 2018-12-22T00:10:43.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T20:29:01.000Z (3 months ago)
- Last Synced: 2024-08-02T23:16:13.928Z (3 months ago)
- Topics: jest, tailwind-css, vuejs
- Language: Vue
- Homepage: https://rebuilding-acquia.oliverdavies.uk
- Size: 3.14 MB
- Stars: 20
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-tailwindcss - Acquia - Acquia's hosting dashboard rebuilt with Vue.js and Tailwind CSS. (Learning)
README
# 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)
A clone of [Acquia](https://www.acquia.com)’s hosting dashboard, built with [Vue.js](https://vuejs.org) and [Tailwind CSS](https://tailwindcss.com).
![A screenshot of the Rebuilding Acquia website](screenshot.png)
[View the site live on Netlify →](https://rebuilding-acquia.oliverdavies.uk)
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).