Landing page of iBox webapp
This is a project of a landing page for the EOI-Frontend-Course.
If you want to track our tasks you can check our Trello Board.
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
For detailed explanation on how things work, check out Nuxt.js docs.
This directory contains your un-compiled assets such as LESS, SASS, or JavaScript.
- More information about the usage of this directory in the documentation.
The components directory contains your Vue.js Components.
Nuxt.js doesn't supercharge these components.
This directory contains your Application Layouts.
- More information about the usage of this directory in the documentation.
This directory contains your application middleware. Middleware let you define custom functions that can be run before rendering either a page or a group of pages.
- More information about the usage of this directory in the documentation.
This directory contains your Application Views and Routes.
The framework reads all the *.vue
files inside this directory and creates the router of your application.
- More information about the usage of this directory in the documentation.
This directory contains Javascript plugins that you want to run before mounting the root Vue.js application.
- More information about the usage of this directory in the documentation.
This directory contains static files like images, text files, svg, etc.
This directory contains all your Jest unit tests
- More information about Jest
- More information about vue-test-utils
- Resource to have in mind Vue Testing Handbook