https://github.com/erickpetru/fatec-ecommerce-vuetify
Sample basic e-commerce layout using Vue Router and Vuetify
https://github.com/erickpetru/fatec-ecommerce-vuetify
Last synced: 20 days ago
JSON representation
Sample basic e-commerce layout using Vue Router and Vuetify
- Host: GitHub
- URL: https://github.com/erickpetru/fatec-ecommerce-vuetify
- Owner: ErickPetru
- Created: 2019-09-19T12:40:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T10:49:24.000Z (over 2 years ago)
- Last Synced: 2025-02-15T04:26:16.210Z (2 months ago)
- Language: Vue
- Size: 1.66 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fatec-ecommerce-vuetify
> Sample basic e-commerce layout using Vue Router and Vuetify.
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).