Skip to content

ALPHA CAMP Season 3 Frontend Assignment 1 rewritten in Vue.js

License

Notifications You must be signed in to change notification settings

erase2004/ALPHA-Shop-Vue

Repository files navigation

ALPHA Shop (Vue)

ALPHA CAMP Season 3 Frontend Assignment 1 rewritten in Vue.js


Project Preview

Desktop Address Step Desktop Shipping Step Desktop Payment Step Desktop Modal Desktop Address Step (Dark Theme) Desktop Shipping Step (Dark Theme) Desktop Payment (Dark Theme) Desktop Modal (Dark Theme) Mobile Address Step Mobile Shipping Step Mobile Payment Step Mobile Modal Mobile Navbar Extended console message when modal opened

reminder: Modal is imeplemented by view height attritube, so the modal shadow won't cover the whole webpage but the whole browser window.


This project is currently built on


Features of the project

  • It supports desktop and mobile layout (display currently switchs on 749.9px)
  • It supports theme switch (currently only light and dark theme available)
  • Product item amount selection
  • Total price calculation and display
  • Show summary data on modal and console after confirmation
  • Keep user input when page refreshed

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.


Project Directory Explanation

/src               - root directory of source code
/src/router        - router setting
/src/views         - view files
/src/components    - view component files
/src/utils         - share functions
/src/styles        - SCSS style
/src/assets        - root directory of static files
/src/assets/icons  - SVG icons
/src/assets/images - pictures
/public            - static resource

About

ALPHA CAMP Season 3 Frontend Assignment 1 rewritten in Vue.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published