Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

BreezeShane/ShoppingMall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shopping_mall

File Constructure

shopping_mall
├── babel.config.js
├── jsconfig.json
├── LICENSE
├── package.json
├── package-lock.json
├── public
│   ├── favicon.ico
│   └── index.html
├── README.md
├── src
│   ├── App.vue
│   ├── assets
│   │   └── logo.png
│   ├── components
│   │   ├── NavBar.vue
│   │   └── WareItem.vue
│   └── main.js
└── vue.config.js

4 directories, 14 files

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.

About

An web application themed shopping online.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published