Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 920 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 920 Bytes

WebMall

A Web Mall based on Vue and Express for SPA, Electron, (Corondova)Android application and etc.

Preview Website

Images

HomePage

homepage

ChartRoom

chartRoom

Login&Register Page

login

Electron Application

Project/WebMall/electron

## Install the dependencies

```bash
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

npm run lint

Build the app for production

quasar build