Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hackafro/vue-shop
https://github.com/hackafro/vue-shop
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hackafro/vue-shop
- Owner: HackAfro
- Created: 2019-03-27T21:24:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T21:28:35.000Z (almost 6 years ago)
- Last Synced: 2024-11-14T19:36:07.890Z (2 months ago)
- Language: Vue
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-shop
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).