Skip to content

Commit

Permalink
Merge branch 'nuxt3'
Browse files Browse the repository at this point in the history
  • Loading branch information
michielgerritsen committed Jun 23, 2024
2 parents d92105f + 40cde6c commit c01b4cc
Show file tree
Hide file tree
Showing 77 changed files with 6,198 additions and 11,982 deletions.
16 changes: 0 additions & 16 deletions .babelrc

This file was deleted.

13 changes: 0 additions & 13 deletions .editorconfig

This file was deleted.

21 changes: 0 additions & 21 deletions .eslintrc.js

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ jobs:
- name: Run linter 👀
run: yarn lint

- name: Run tests 🧪
run: yarn test

- name: Run Cypress 🌎
run: yarn cypress

Expand Down
104 changes: 18 additions & 86 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,93 +1,25 @@
# Created by .ignore support plugin (hsz.mobi)
### Node template
# Logs
/logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# parcel-bundler cache (https://parceljs.org/)
.cache

# next.js build output
.next

# nuxt.js build output
# Nuxt dev/build outputs
.output
.data
.nuxt

# Nuxt generate
.nitro
.cache
dist

# vuepress build output
.vuepress/dist

# Serverless directories
.serverless

# IDE / Editor
.idea
# Node dependencies
node_modules

# Service worker
sw.*
# Logs
logs
*.log

# macOS
# Misc
.DS_Store
.fleet
.idea

# Vim swap files
*.swp
.output/
cypress/videos/
cypress/screenshots/
# Local env files
.env
.env.*
!.env.example
cypress/videos
4 changes: 0 additions & 4 deletions .prettierrc

This file was deleted.

12 changes: 0 additions & 12 deletions app.html

This file was deleted.

2 changes: 1 addition & 1 deletion layouts/default.vue → app.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div>
<Nuxt />
<NuxtPage />
</div>
</template>
7 changes: 0 additions & 7 deletions assets/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions assets/css/tailwind.css

This file was deleted.

Loading

0 comments on commit c01b4cc

Please sign in to comment.