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

https://github.com/thealexpatin/thealexpatin.github.io

My personal freelance portfolio site (built in Vue.js)
https://github.com/thealexpatin/thealexpatin.github.io

alex-patin freelance personal-website portfolio vue

Last synced: 2 months ago
JSON representation

My personal freelance portfolio site (built in Vue.js)

Awesome Lists containing this project

README

          

# Alex Patin's Portfolio site

Built using Vue.js

[See Live Demo Here](https://thealexpatin.com)

## Installation

```
$ git clone https://github.com/theAlexPatin/theAlexPatin.github.io Site
$ cd Site/App
$ npm install
```

## Running in Development

`$ npm run serve`

## Building for Production

```
$ cd App
$ export NODE_ENV=production
$ npm run build
```

All files are built to the root directory for simple hosting on Github Pages. You can update the build script if you are hosting elsewhere.