https://github.com/champi-dev/portfolio-web
Portfolio web. Made with VueJS.
https://github.com/champi-dev/portfolio-web
Last synced: 4 months ago
JSON representation
Portfolio web. Made with VueJS.
- Host: GitHub
- URL: https://github.com/champi-dev/portfolio-web
- Owner: champi-dev
- Created: 2018-12-14T22:44:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-14T23:34:55.000Z (over 7 years ago)
- Last Synced: 2025-10-10T02:59:17.802Z (9 months ago)
- Language: Vue
- Homepage:
- Size: 645 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio page
[Open live demo](https://devsarmi.co/)
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Lints and fixes files
```
yarn run lint
```
### Run your unit tests
```
yarn run test:unit
```
### Deploy site
```
yarn run deploy
```