👽 Vue-ify Postwoman with Nuxt.js!

This commit is contained in:
NBTX
2019-08-24 04:06:57 +01:00
parent 677bb041e9
commit a27be71b13
39 changed files with 12000 additions and 865 deletions

12
jsconfig.json Normal file
View File

@@ -0,0 +1,12 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"~/*": ["./*"],
"@/*": ["./*"],
"~~/*": ["./*"],
"@@/*": ["./*"]
}
},
"exclude": ["node_modules", ".nuxt", "dist"]
}