Web programming project using Vue JS to create a simple store web application
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Shaun Reed 2cfe6094c8
Update README to explain project
2 years ago
public Finish work on Vue Ajax project 2 years ago
src Finish work on Vue Ajax project 2 years ago
.gitignore Finish work on Vue Ajax project 2 years ago
README.md Update README to explain project 2 years ago
babel.config.js Finish work on Vue Ajax project 2 years ago
package-lock.json Update README to explain project 2 years ago
package.json Finish work on Vue Ajax project 2 years ago
screenshot.png Update README to explain project 2 years ago

README.md

sreed-web-programming

Web programming project using Vue JS to create a simple store web application.

Tutorial series followed

This project uses Vue Single File Components, which in general must be built into the project using vue-cli.

Axios is also used to read a static JSON file to populate reviews on the product.

Project setup

Using NodeSource PPA on Ubuntu to install latest version of nodejs and npm

curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt install nodejs
sudo npm install -g npm
git clone git@gitlab.com:shaunrd0/sreed-web-programming.git
cd sreed-web-programming
npm install

The following instructions were (mostly) automatically generated by running vue-cli create sreed-web-programming.

Serve Application for Development

npm run serve

Compiles Application for Production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.