refactor frontend
Showing
.eslintrc.js
0 → 100644
assets/variables.scss
0 → 100644
components/Tutorial.vue
0 → 100644
components/VuetifyLogo.vue
0 → 100644
jsconfig.json
0 → 100644
layouts/error.vue
0 → 100644
middleware/stats.js
deleted
100644 → 0
{ | { | ||
"name": "kiaisoft_tuan_anh", | "name": "web", | ||
"version": "1.0.0", | "version": "1.0.0", | ||
"private": true, | "private": true, | ||
"scripts": { | "scripts": { | ||
"dev": "nuxt", | "dev": "nuxt", | ||
"build": "nuxt build", | "build": "nuxt build", | ||
"start": "nuxt start", | "start": "nuxt start", | ||
"generate": "nuxt generate" | "generate": "nuxt generate", | ||
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .", | |||
"lint": "yarn lint:js", | |||
"lintfix": "yarn lint:js --fix" | |||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@nuxtjs/auth-next": "5.0.0-1667386184.dfbbb54", | "@nuxtjs/auth-next": "5.0.0-1667386184.dfbbb54", | ||
"@nuxtjs/axios": "^5.0.0", | "@nuxtjs/axios": "^5.13.6", | ||
"@nuxtjs/toast": "^3.3.1", | "@nuxtjs/toast": "^3.3.1", | ||
"@pinia/nuxt": "^0.4.6", | "@pinia/nuxt": "^0.4.6", | ||
"axios": "^1.2.1", | |||
"bootstrap": "^4.6.2", | |||
"bootstrap-vue": "^2.23.1", | |||
"core-js": "^3.25.3", | "core-js": "^3.25.3", | ||
"jquery": "^3.6.3", | |||
"jsonwebtoken": "^9.0.0", | |||
"moment-jalaali": "^0.9.6", | |||
"nuxt": "^2.15.8", | "nuxt": "^2.15.8", | ||
"pinia": "^2.0.29", | "pinia": "^2.0.29", | ||
"pinia-plugin-persistedstate": "^3.0.2", | |||
"prism-themes": "^1.9.0", | |||
"vue": "^2.7.10", | "vue": "^2.7.10", | ||
"vue-axios": "^3.5.2", | |||
"vue-notification": "^1.3.20", | |||
"vue-server-renderer": "^2.7.10", | "vue-server-renderer": "^2.7.10", | ||
"vue-template-compiler": "^2.7.10", | "vue-template-compiler": "^2.7.10", | ||
"vue-toasted": "^1.1.28", | "vuetify": "^2.6.10" | ||
"vuetify": "^2.6.13" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@babel/eslint-parser": "^7.19.1", | |||
"@nuxtjs/eslint-config": "^11.0.0", | |||
"@nuxtjs/eslint-module": "^3.1.0", | |||
"@nuxtjs/vuetify": "^1.12.3", | "@nuxtjs/vuetify": "^1.12.3", | ||
"sass": "^1.57.1", | "eslint": "^8.24.0", | ||
"sass-loader": "^10.4.1" | "eslint-plugin-nuxt": "^4.0.0", | ||
}, | "eslint-plugin-vue": "^9.5.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/index.vue
0 → 100644
pages/inspire.vue
0 → 100644
static/v.png
0 → 100644
5.54 KB
static/vuetify-logo.svg
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.