https://github.com/elegantsoft/souq-front
https://github.com/elegantsoft/souq-front
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elegantsoft/souq-front
- Owner: ElegantSoft
- Created: 2019-06-14T02:13:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T15:41:21.000Z (almost 3 years ago)
- Last Synced: 2025-01-03T11:47:23.447Z (9 months ago)
- Language: Vue
- Size: 3.17 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# app
## 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/).