diff --git a/.browserslistrc b/.browserslistrc deleted file mode 100644 index 9dee646..0000000 --- a/.browserslistrc +++ /dev/null @@ -1,3 +0,0 @@ -> 1% -last 2 versions -not ie <= 8 diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 7053c49..0000000 --- a/.editorconfig +++ /dev/null @@ -1,5 +0,0 @@ -[*.{js,jsx,ts,tsx,vue}] -indent_style = space -indent_size = 2 -trim_trailing_whitespace = true -insert_final_newline = true diff --git a/.eslintrc.js b/.eslintrc.js deleted file mode 100644 index 98d0431..0000000 --- a/.eslintrc.js +++ /dev/null @@ -1,17 +0,0 @@ -module.exports = { - root: true, - env: { - node: true - }, - 'extends': [ - 'plugin:vue/essential', - '@vue/standard' - ], - rules: { - 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', - 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off' - }, - parserOptions: { - parser: 'babel-eslint' - } -} diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 185e663..0000000 --- a/.gitignore +++ /dev/null @@ -1,21 +0,0 @@ -.DS_Store -node_modules -/dist - -# local env files -.env.local -.env.*.local - -# Log files -npm-debug.log* -yarn-debug.log* -yarn-error.log* - -# Editor directories and files -.idea -.vscode -*.suo -*.ntvs* -*.njsproj -*.sln -*.sw* diff --git a/README.md b/README.md deleted file mode 100644 index f3126b5..0000000 --- a/README.md +++ /dev/null @@ -1,29 +0,0 @@ -# Rebuilding Bartik - -[![Netlify Status](https://api.netlify.com/api/v1/badges/7e49981e-951a-41ae-b0b9-d5b09989d448/deploy-status)](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). - -![A screenshot of the Rebuilding Bartik website](screenshot.png) - -[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 -``` diff --git a/babel.config.js b/babel.config.js deleted file mode 100644 index ba17966..0000000 --- a/babel.config.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = { - presets: [ - '@vue/app' - ] -} diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index c549a3c..0000000 --- a/netlify.toml +++ /dev/null @@ -1,3 +0,0 @@ -[build] - command = "yarn build" - publish = "dist" diff --git a/postcss.config.js b/postcss.config.js deleted file mode 100644 index 93e3e9b..0000000 --- a/postcss.config.js +++ /dev/null @@ -1,15 +0,0 @@ -module.exports = { - plugins: [ - require('postcss-import'), - require('tailwindcss'), - require('autoprefixer'), - process.env.NODE_ENV === 'production' && require('@fullhuman/postcss-purgecss')({ - content: [ - './src/**/*.vue', - './public/index.html', - ], - defaultExtractor: content => content.match(/[A-Za-z0-9-_:/]+/g) || [] - }) - ] -} - diff --git a/public/_redirects b/public/_redirects deleted file mode 100644 index 938d7f1..0000000 --- a/public/_redirects +++ /dev/null @@ -1 +0,0 @@ -https://rebuilding-bartik.netlify.com/* https://rebuilding-bartik.oliverdavies.uk/:splat 301! diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index c7b9a43..0000000 Binary files a/public/favicon.ico and /dev/null differ diff --git a/public/index.html b/public/index.html deleted file mode 100644 index 1d0ee4a..0000000 --- a/public/index.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - Rebuilding Bartik with Vue.js and Tailwind CSS - - - -
- - - diff --git a/screenshot.png b/screenshot.png deleted file mode 100644 index 0451804..0000000 Binary files a/screenshot.png and /dev/null differ diff --git a/src/App.vue b/src/App.vue deleted file mode 100644 index 6588866..0000000 --- a/src/App.vue +++ /dev/null @@ -1,111 +0,0 @@ - - - - -