mrkoreye / online-commerce-ui

The frontend for an online commerce site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

online-commerce-ui

A vue.js frontend for an online commerce site. It supports adding/editing products, sorting, front-end only searching, and pagination. Currently hooked up to a mock api.

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

Deployment

This site is deployed to aws s3 here. The deployment process invovles building the production files, minifying js/css/html, and uploading to an s3 bucket. Since this project was built using the vue-cli, the build process is built in. Yay! Run this command to build and deploy:

npm run deploy

For a detailed explanation on the cli template used in this project, visit guide and docs for vue-loader.

About

The frontend for an online commerce site


Languages

Language:Vue 48.7%Language:JavaScript 47.6%Language:CSS 3.2%Language:HTML 0.5%