https://github.com/choipureum/portfolio
portfolio 🌸
https://github.com/choipureum/portfolio
Last synced: about 1 month ago
JSON representation
portfolio 🌸
- Host: GitHub
- URL: https://github.com/choipureum/portfolio
- Owner: choipureum
- License: mit
- Created: 2022-07-13T14:41:54.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-13T14:49:39.000Z (almost 3 years ago)
- Last Synced: 2025-04-14T19:19:55.341Z (about 1 month ago)
- Language: JavaScript
- Size: 173 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# app
## 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
```### Run your end-to-end tests
```
yarn test:e2e
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).