https://github.com/timokluser-dev/liipers
a vue project
https://github.com/timokluser-dev/liipers
vue
Last synced: about 1 year ago
JSON representation
a vue project
- Host: GitHub
- URL: https://github.com/timokluser-dev/liipers
- Owner: timokluser-dev
- Created: 2021-12-20T09:43:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-06T19:28:19.000Z (over 4 years ago)
- Last Synced: 2025-03-11T03:37:14.950Z (over 1 year ago)
- Topics: vue
- Language: Vue
- Homepage:
- Size: 361 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# liipers
:arrow_right: [Zebra API Docs](https://zebra.liip.ch/api/)
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your unit tests
```
npm run test:unit
```
### Run your end-to-end tests
```
npm run test:e2e
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).