Merge pull request #1 from Lucxjo/port/nuxt

Port/nuxt
This commit is contained in:
Louis Hollingworth 2022-05-22 19:09:45 +02:00 committed by GitHub
commit 8cb418dbba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
359 changed files with 5704 additions and 3007 deletions

View file

@ -5,3 +5,14 @@
/.gitignore
/docker.sh
/build_number
/.env*
# Nuxt dev/build outputs
.output
.nuxt
# Node dependencies
node_modules
# System files
*.log
build_number
docker.sh

41
.gitignore vendored
View file

@ -1,34 +1,11 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
node_modules
*.log*
.nuxt
.nitro
.cache
.output
.env
/.yarn
!/.yarn/install-state.gz
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
# vercel
.vercel

1
.nvmrc Normal file
View file

@ -0,0 +1 @@
v16

Some files were not shown because too many files have changed in this diff Show more