https://github.com/awkoy/perion-test
https://github.com/awkoy/perion-test
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/awkoy/perion-test
- Owner: awkoy
- Created: 2020-04-21T18:14:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:23:10.000Z (about 3 years ago)
- Last Synced: 2025-03-30T18:20:21.965Z (10 months ago)
- Language: Vue
- Size: 7.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# interview-test
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Run your unit tests
```
yarn test:unit
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).