Giter Club home page Giter Club logo

vue3-fcc-course-basic-product-cart-demo's Introduction

Product and Cart Static Code Demo

This is one of the companion repos to the Vue.js course on the freeCodeCamp YouTube channel. You can see the different stages of development by checking out the other branches.

Other Repos from this Tutorial Series

Special thanks to TheJaredWilcurt for helping out with the initial static code and doing pretty much all of the styling.

vue3-fcc-course-basic-product-cart-demo's People

Contributors

gwenf avatar joonie-oops avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

vue3-fcc-course-basic-product-cart-demo's Issues

NPM install errors (g++ on Ubuntu 20.04)

The version of node-sass (^4.13.1) specified gave me multiple g++ compilation errors on Ubuntu 20.04.03.

Upgrading node-sass to ^6.0.1 fixed the issue.

(Could also bump concurrently to ^6,3,0 at the same time)

NPM install errors (OS:Windows 8.1, Node.js version:8.1.2, IDE: Visual Studio Code )

I solved it. The problem is about the version of modules under the devDependicies object in the package.json file.

  1. Delete the package-lock.json file
  2. Change versions of modules to "latest" in the devDependicies object (look for package.json)
  3. Write the code that is in below to terminal or what you use for this
    "npm install" ->That code uses is installing a specific version of modules that in dependencies (dependencies are modules that are stated in the "devDependencies" object that in the "package.json" file)
  4. Finally, you can start this project with;
    "npm start"

tjw-sasslint-rules failure to load

hi all,
i'm pretty much new to coding and so hoping to get a steer from one of you guys are more clued up then me.
I had issues loading the basic-prod-demo, running into lots of errors. I eventually figured out that deleting the dependencies manually and reinstalling afresh seems to have done the trick, with the exception of this file:
tjw-sasslint-rules
so i tried npm start, and it worked without it and it seems to work. I'm just asking if i will run into problems without it, and if so, can you please advise how I go about installing it.
thanks in advance.
Simon (runningFox)

Hook up sidebar

  • Sidebar should slide out (or appear) when Cart button is clicked
  • Cart should display items
  • Cart should be hooked up to store to display correct number of items
  • Prices per item and total price should be calculated correctly based off of the number of items in the cart

NPM Install errors

Hello,

I tried doing an npm install to follow the course but I'm getting errors, you can find the error log below :
2021-10-13T08_11_03_763Z-debug.log

As I see it says that it can't find python because it's not in my Path ... but it is, so I'm quite confused on what to do. As I check the comment on the video, I'm not the only one running onto that issue.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.