https://github.com/baumannzone/happy-salmon-cards
https://github.com/baumannzone/happy-salmon-cards
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/baumannzone/happy-salmon-cards
- Owner: baumannzone
- Created: 2018-12-12T11:08:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-18T09:39:15.000Z (over 7 years ago)
- Last Synced: 2025-10-30T06:45:33.094Z (8 months ago)
- Language: JavaScript
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Happy Salmon Cards 🐟💦
> For print!
## 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
```
### Run your end-to-end tests
```
yarn run test:e2e
```
### Run your unit tests
```
yarn run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).