Skip to content

๐Ÿ›’ A simple shopping cart developed with Vuejs + Materialize.

Notifications You must be signed in to change notification settings

lipecss/vueaterialize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Vueaterialize (vue + materialize)

A simple shopping cart developed with Vuejs + Materialize. Storage was used to store the data of the website's products, just as a study. Data can be loaded directly from an API and added to the cart as clicked on the button.

The images used here are not my property. Use is for demonstrative purposes only and all rights are the manufacturer's and / or Pichau Gamer

When we click on button, we trigger the action and update inCart: [] with the information of the selected products.

enter image description here

Scripts

Project setup


yarn install

Compiles and hot-reloads for development


yarn serve

Compiles and minifies for production


yarn build

Lints and fixes files


yarn lint