/slider_component

Slider created in Vue

Primary LanguageVueMIT LicenseMIT

slidercomponent

Project setup

npm install

Simulate API

cd public/api
npm i -g json-server
json-server --watch products.json

Install Axios

npm install axios

Compiles and hot-reloads for development

npm run serve