/coupon-shop-front

Front-end admin panel application selling the coupons.

Primary LanguageVue

CouponShop - front

CouponShop is admin panel application for coupons that represent the discounted price for articles.

CouponShop-front is connected with CouponShop backend by RESTful API. CouponShop backend

Authentication is based on JWT generated by the server.

Installation

npm install -g @vue/cli
npm install

Run the server

npm run serve

Build and minification

npm run build