https://github.com/opdavies/rebuilding-bartik
A clone of Drupal's default theme (Bartik). Built with Vue.js and Tailwind CSS.
https://github.com/opdavies/rebuilding-bartik
drupal tailwindcss vuejs
Last synced: 8 months ago
JSON representation
A clone of Drupal's default theme (Bartik). Built with Vue.js and Tailwind CSS.
- Host: GitHub
- URL: https://github.com/opdavies/rebuilding-bartik
- Owner: opdavies
- Archived: true
- Created: 2018-11-19T21:11:59.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T20:19:33.000Z (over 1 year ago)
- Last Synced: 2025-01-04T01:12:35.282Z (about 1 year ago)
- Topics: drupal, tailwindcss, vuejs
- Language: Vue
- Homepage: https://www.oliverdavies.uk/blog/rebuilding-bartik-with-vuejs-tailwind-css
- Size: 726 KB
- Stars: 14
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rebuilding Bartik
[](https://app.netlify.com/sites/rebuilding-bartik/deploys)
A clone of [Drupal](https://www.drupal.org)’s default theme, Bartik, built with [Vue.js](https://vuejs.org) and [Tailwind CSS](https://tailwindcss.com).

[View the site live on Netlify →](https://rebuilding-bartik.oliverdavies.uk)
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Lints and fixes files
```
yarn run lint
```