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)
- Host: GitHub
- URL: https://github.com/thealexpatin/thealexpatin.github.io
- Owner: theAlexPatin
- Created: 2016-04-17T19:13:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T01:49:39.000Z (almost 3 years ago)
- Last Synced: 2024-04-10T21:45:58.303Z (over 1 year ago)
- Topics: alex-patin, freelance, personal-website, portfolio, vue
- Language: Vue
- Homepage: https://thealexpatin.com
- Size: 136 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
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.