Source code for the case-study project from the course Build Your First Vue.js App
See the completed project here: http://poster-shop.vuejsdevelopers.com/
Ensure Node.js >=4, NPM and git are installed on your system
-
Install this code on your local system
-
Fork this repository (click 'Fork' button in top right corner)
-
Clone the forked repository on your local file system
cd /path/to/install/location git clone https://git.vuejsdevelopers.com/{your-namespace}/poster-shop/
-
-
Change directory into the local clone of the repository
cd poster-shop
-
Install dependencies
npm install
-
Start project
npm run serve
-
Your site will be available at localhost:3000.
Here are some common mistakes people make, check these before filing an issue:
EADDRINUSE :::3000
. You already have another application using port 3000. Either end it, or change manually set thePORT
environment variable to resolve the conflict e.g.3001
- Ensure you have a version of Node >= 4
node -v