https://github.com/climax-solution/business-card
https://github.com/climax-solution/business-card
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/climax-solution/business-card
- Owner: climax-solution
- Created: 2024-01-10T14:10:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T14:14:14.000Z (over 2 years ago)
- Last Synced: 2025-01-22T12:45:26.072Z (over 1 year ago)
- Language: TypeScript
- Size: 1.34 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# business-card-panel
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).