https://github.com/thomas-void0/vue-shop
一个基于vue搭建的H5商城项目
https://github.com/thomas-void0/vue-shop
Last synced: 5 months ago
JSON representation
一个基于vue搭建的H5商城项目
- Host: GitHub
- URL: https://github.com/thomas-void0/vue-shop
- Owner: thomas-void0
- Created: 2020-01-14T13:14:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-25T03:12:58.000Z (almost 4 years ago)
- Last Synced: 2025-07-31T16:54:02.751Z (11 months ago)
- Language: Vue
- Size: 211 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-shop
## 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](https://cli.vuejs.org/config/).