start
parents
No related branches found
No related tags found
Showing
- .editorconfig 13 additions, 0 deletions.editorconfig
- .gitignore 90 additions, 0 deletions.gitignore
- README.md 69 additions, 0 deletionsREADME.md
- assets/css/_bootstrap.scss 40 additions, 0 deletionsassets/css/_bootstrap.scss
- assets/css/style.scss 28 additions, 0 deletionsassets/css/style.scss
- assets/img/logo.png 0 additions, 0 deletionsassets/img/logo.png
- components/breadcrumb.vue 19 additions, 0 deletionscomponents/breadcrumb.vue
- components/btnloading.vue 18 additions, 0 deletionscomponents/btnloading.vue
- components/menu.vue 47 additions, 0 deletionscomponents/menu.vue
- components/navigation.vue 188 additions, 0 deletionscomponents/navigation.vue
- components/ssMenu.vue 17 additions, 0 deletionscomponents/ssMenu.vue
- jsconfig.json 12 additions, 0 deletionsjsconfig.json
- layouts/default.vue 28 additions, 0 deletionslayouts/default.vue
- layouts/error.vue 34 additions, 0 deletionslayouts/error.vue
- mixins/wotwizard.js 37 additions, 0 deletionsmixins/wotwizard.js
- nuxt.config.js 54 additions, 0 deletionsnuxt.config.js
- package-lock.json 0 additions, 0 deletionspackage-lock.json
- package.json 22 additions, 0 deletionspackage.json
- pages/explore.vue 89 additions, 0 deletionspages/explore.vue
- pages/index.vue 49 additions, 0 deletionspages/index.vue
.editorconfig
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
assets/css/_bootstrap.scss
0 → 100644
assets/css/style.scss
0 → 100644
assets/img/logo.png
0 → 100644
18.9 KiB
components/breadcrumb.vue
0 → 100644
components/btnloading.vue
0 → 100644
components/menu.vue
0 → 100644
components/navigation.vue
0 → 100644
components/ssMenu.vue
0 → 100644
jsconfig.json
0 → 100644
layouts/default.vue
0 → 100644
layouts/error.vue
0 → 100644
mixins/wotwizard.js
0 → 100644
nuxt.config.js
0 → 100644
package-lock.json
0 → 100644
source diff could not be displayed: it is too large. Options to address this: view the blob.
package.json
0 → 100644
{ | ||
"name": "wotwizard-ui", | ||
"version": "1.0.0", | ||
"private": true, | ||
"scripts": { | ||
"dev": "nuxt", | ||
"build": "nuxt build", | ||
"start": "nuxt start", | ||
"generate": "nuxt generate" | ||
}, | ||
"dependencies": { | ||
"@nuxtjs/pwa": "^3.3.5", | ||
"bootstrap": "^4.6.0", | ||
"core-js": "^3.15.1", | ||
"nuxt": "^2.15.7" | ||
}, | ||
"devDependencies": { | ||
"fibers": "^5.0.0", | ||
"sass": "^1.45.0", | ||
"sass-loader": "^10.2.0" | ||
} | ||
} |
pages/explore.vue
0 → 100644
pages/index.vue
0 → 100644