VueJS
Animations
: JavaScript and CSS combination.Component Lifecycle
: mounted and updated were used to trigger animations.Components communication
: using props and $emit.Unit Test with JEST
pre-push
: package which allows run scripts before push command.
To clone and run this application, you'll need Git and Vue.js installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/feMoraes0/nike-web.git
# Go into the repository
$ cd nike-web
# Install dependencies
$ npm install
# Run the app
$ npm run serve