-
- Downloads
vue init
Showing
- frontend/.editorconfig 13 additions, 0 deletionsfrontend/.editorconfig
- frontend/.eslintrc.js 21 additions, 0 deletionsfrontend/.eslintrc.js
- frontend/.gitignore 90 additions, 0 deletionsfrontend/.gitignore
- frontend/.prettierrc 4 additions, 0 deletionsfrontend/.prettierrc
- frontend/README.md 20 additions, 0 deletionsfrontend/README.md
- frontend/assets/README.md 7 additions, 0 deletionsfrontend/assets/README.md
- frontend/assets/variables.scss 4 additions, 0 deletionsfrontend/assets/variables.scss
- frontend/components/Logo.vue 79 additions, 0 deletionsfrontend/components/Logo.vue
- frontend/components/README.md 7 additions, 0 deletionsfrontend/components/README.md
- frontend/components/VuetifyLogo.vue 18 additions, 0 deletionsfrontend/components/VuetifyLogo.vue
- frontend/html/css/app.css 0 additions, 3 deletionsfrontend/html/css/app.css
- frontend/html/css/pure-min.css 0 additions, 11 deletionsfrontend/html/css/pure-min.css
- frontend/html/index.html 0 additions, 43 deletionsfrontend/html/index.html
- frontend/html/js/app.js 0 additions, 53 deletionsfrontend/html/js/app.js
- frontend/jsconfig.json 12 additions, 0 deletionsfrontend/jsconfig.json
- frontend/layouts/README.md 7 additions, 0 deletionsfrontend/layouts/README.md
- frontend/layouts/default.vue 91 additions, 0 deletionsfrontend/layouts/default.vue
- frontend/layouts/error.vue 42 additions, 0 deletionsfrontend/layouts/error.vue
- frontend/middleware/README.md 8 additions, 0 deletionsfrontend/middleware/README.md
- frontend/nuxt.config.js 66 additions, 0 deletionsfrontend/nuxt.config.js
frontend/.editorconfig
0 → 100644
frontend/.eslintrc.js
0 → 100644
frontend/.gitignore
0 → 100644
frontend/.prettierrc
0 → 100644
frontend/README.md
0 → 100644
frontend/assets/README.md
0 → 100644
frontend/assets/variables.scss
0 → 100644
frontend/components/Logo.vue
0 → 100644
frontend/components/README.md
0 → 100644
frontend/components/VuetifyLogo.vue
0 → 100644
frontend/html/css/app.css
deleted
100644 → 0
frontend/html/css/pure-min.css
deleted
100644 → 0
frontend/html/index.html
deleted
100644 → 0
frontend/html/js/app.js
deleted
100644 → 0
frontend/jsconfig.json
0 → 100644
frontend/layouts/README.md
0 → 100644
frontend/layouts/default.vue
0 → 100644
frontend/layouts/error.vue
0 → 100644
frontend/middleware/README.md
0 → 100644
frontend/nuxt.config.js
0 → 100644
Please register or sign in to comment