Merge branch 'feature/login' into 'main'
Feature/login See merge request !1
Showing
components/notification.vue
0 → 100644
components/sidebar.vue
0 → 100644
middleware/auth.js
0 → 100644
middleware/stats.js
0 → 100644
middleware/web.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
{ | ||
"name": "KiaiSoft_Tuan_Anh", | ||
"name": "kiaisoft_tuan_anh", | ||
"version": "1.0.0", | ||
"private": true, | ||
"scripts": { | ||
... | ... | @@ -9,13 +9,31 @@ |
"generate": "nuxt generate" | ||
}, | ||
"dependencies": { | ||
"@nuxtjs/auth-next": "5.0.0-1667386184.dfbbb54", | ||
"@nuxtjs/axios": "^5.0.0", | ||
"axios": "^1.2.1", | ||
"bootstrap": "^4.6.2", | ||
"bootstrap-vue": "^2.22.0", | ||
"bootstrap-vue": "^2.23.1", | ||
"core-js": "^3.25.3", | ||
"jsonwebtoken": "^9.0.0", | ||
"nuxt": "^2.15.8", | ||
"prism-themes": "^1.9.0", | ||
"vue": "^2.7.10", | ||
"vue-axios": "^3.5.2", | ||
"vue-server-renderer": "^2.7.10", | ||
"vue-template-compiler": "^2.7.10" | ||
} | ||
}, | ||
"devDependencies": { | ||
"sass": "^1.57.1", | ||
"sass-loader": "^10.4.1" | ||
}, | ||
"description": "## Build Setup", | ||
"main": "nuxt.config.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://gitlab.kiaisoft.com/kiaisoft.anh.tran2/kiaisoft_tuananh_nuxt.git" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC" | ||
} |
pages/register.vue
0 → 100644
Please register or sign in to comment