Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gkevinb/gkevinb.github.io
Portfolio website
https://github.com/gkevinb/gkevinb.github.io
portfolio-website single-page-app vuecli vuejs
Last synced: 15 days ago
JSON representation
Portfolio website
- Host: GitHub
- URL: https://github.com/gkevinb/gkevinb.github.io
- Owner: gkevinb
- Created: 2018-12-12T21:53:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T15:50:13.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T10:33:03.771Z (almost 2 years ago)
- Topics: portfolio-website, single-page-app, vuecli, vuejs
- Language: SCSS
- Homepage: https://gaborkevinbarta.com
- Size: 20.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My portfolio website
Continously under development
[www.gaborkevinbarta.com](https://gaborkevinbarta.com/)
## File structure
- `src` and `public` are development directories.
- `css`, `js`, `files`, and `database` are production directories used in order for the website to be deployed on Github Pages.## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```
A limegreen background in the title indicates it is running the development server.### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Builds and copies files for production
```
npm run deploy
```### Builds and copies files for production and is deployed to Github Pages
```
npm run deploy-gh
```### Simulate production environment using Docker
```
npm run docker-start
```
To stop Docker:
```
npm run docker-stop
```
A lightblue background in the title indicates it is running the staging server.## Docker
Sometimes it might be enough to use this to start docker.
Start: `docker-compose up -d`
Stop: `docker-compose down`
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).