feat(docs): Initial commit for docs in nuxt 3

This commit is contained in:
Braks
2021-11-06 08:54:35 +01:00
parent 6ec8258f33
commit 64df75d405
33 changed files with 6452 additions and 955 deletions
+4 -3
View File
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"outDir": "./dist",
"baseUrl": ".",
"module": "ESNext",
"target": "es2020",
@@ -17,8 +18,7 @@
"strictNullChecks": true,
"forceConsistentCasingInFileNames": true,
"types": [
"vite/client",
"@types/node"
"vite/client"
],
"paths": {
"~/*": [
@@ -32,6 +32,7 @@
"exclude": [
"node_modules",
"build",
"dist"
"dist",
"examples"
]
}