Skip to content

Commit 2aa16f2

Browse files
authored
Merge pull request #976 from w3bdesign/974-release-nuxt-3-version
974 release nuxt 3 version
2 parents e1cb2ce + 6f6ca9d commit 2aa16f2

File tree

119 files changed

+448
-102087
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+448
-102087
lines changed

.babelrc

Lines changed: 0 additions & 16 deletions
This file was deleted.

.editorconfig

Lines changed: 0 additions & 13 deletions
This file was deleted.

.env.example

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
NODE_ENV="development"
2-
GRAPHQL_URL = "change me"
1+
PUBLIC_GRAPHQL_URL = "change me"
32
PLACEHOLDER_SMALL_IMAGE_URL = "change me"
43
ALGOLIA_APPLICATION_ID = "change me"
5-
ALGOLIA_SEARCH_ONLY_API_KEY = "change me"
4+
ALGOLIA_API_KEY = "change me"
65
ALGOLIA_INDEX_NAME = "change me"

.eslintrc.js.backup

Lines changed: 0 additions & 26 deletions
This file was deleted.
File renamed without changes.

.gitignore

Lines changed: 7 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -1,90 +1,8 @@
1-
# Created by .ignore support plugin (hsz.mobi)
2-
### Node template
3-
# Logs
4-
/logs
5-
*.log
6-
npm-debug.log*
7-
yarn-debug.log*
8-
yarn-error.log*
9-
10-
# Runtime data
11-
pids
12-
*.pid
13-
*.seed
14-
*.pid.lock
15-
16-
# Directory for instrumented libs generated by jscoverage/JSCover
17-
lib-cov
18-
19-
# Coverage directory used by tools like istanbul
20-
coverage
21-
22-
# nyc test coverage
23-
.nyc_output
24-
25-
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
26-
.grunt
27-
28-
# Bower dependency directory (https://bower.io/)
29-
bower_components
30-
31-
# node-waf configuration
32-
.lock-wscript
33-
34-
# Compiled binary addons (https://nodejs.org/api/addons.html)
35-
build/Release
36-
37-
# Dependency directories
38-
node_modules/
39-
jspm_packages/
40-
41-
# TypeScript v1 declaration files
42-
typings/
43-
44-
# Optional npm cache directory
45-
.npm
46-
47-
# Optional eslint cache
48-
.eslintcache
49-
50-
# Optional REPL history
51-
.node_repl_history
52-
53-
# Output of 'npm pack'
54-
*.tgz
55-
56-
# Yarn Integrity file
57-
.yarn-integrity
58-
59-
# dotenv environment variables file
60-
.env
61-
62-
# parcel-bundler cache (https://parceljs.org/)
63-
.cache
64-
65-
# next.js build output
66-
.next
67-
68-
# nuxt.js build output
1+
node_modules
2+
*.log*
693
.nuxt
70-
71-
# Nuxt generate
72-
# dist
73-
74-
# vuepress build output
75-
.vuepress/dist
76-
77-
# Serverless directories
78-
.serverless
79-
80-
# IDE / Editor
81-
.idea
82-
83-
# Service worker
84-
sw.*
85-
86-
# macOS
87-
.DS_Store
88-
89-
# Vim swap files
90-
*.swp
4+
.nitro
5+
.cache
6+
.output
7+
.env
8+
dist
File renamed without changes.

.prettierrc

Lines changed: 0 additions & 4 deletions
This file was deleted.

CODE_OF_CONDUCT.md

Lines changed: 0 additions & 79 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 0 additions & 104 deletions
This file was deleted.

0 commit comments

Comments
 (0)