A clone of Drupal's default theme (Bartik). Built with Vue.js and Tailwind CSS.
This repository has been archived on 2025-01-07. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2019-06-11 23:08:14 +01:00
public Add redirect 2019-05-09 23:24:00 +01:00
src Update markup, fix weird padding/margin problem 2019-06-11 23:08:14 +01:00
.browserslistrc Split config files 2019-03-24 20:30:22 +00:00
.editorconfig Split config files 2019-03-24 20:30:22 +00:00
.eslintrc.js Split config files 2019-03-24 20:30:22 +00:00
.gitignore init 2018-11-19 19:54:46 +00:00
babel.config.js init 2018-11-19 19:54:46 +00:00
netlify.toml Add netlify.toml 2018-11-19 21:13:50 +00:00
package.json Add postcss-import, re-organise CSS files 2019-06-11 21:30:02 +01:00
postcss.config.js Add postcss-import, re-organise CSS files 2019-06-11 21:30:02 +01:00
README.md Update README.md 2019-04-18 00:57:10 +01:00
tailwind.config.js Fix linting issues 2019-03-30 00:13:30 +00:00
yarn.lock Add postcss-import, re-organise CSS files 2019-06-11 21:30:02 +01:00

Rebuilding Bartik with Vue.js and Tailwind CSS

Netlify Status

View the site live on Netlify →

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