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
npm install
npm run serve
npm run build
npm run lint