An open API service indexing awesome lists of open source software.

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.

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
```