Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kravse/kravse.dev

My portfolio website! Built with Vue.js, Webpack, Three.js.
https://github.com/kravse/kravse.dev

babel developer javascript portfolio vue vuejs web webpack website

Last synced: 8 days ago
JSON representation

My portfolio website! Built with Vue.js, Webpack, Three.js.

Awesome Lists containing this project

README

        

# kravse.dev website
[![Netlify Status](https://api.netlify.com/api/v1/badges/e8680466-0c1e-4e1a-a9e9-c12cf2b760cb/deploy-status)](https://app.netlify.com/sites/kravse-dev/deploys)

URL: [https://kravse.dev](https://kravse.dev)

## About
I designed and built this website with Vue.js and Webpack because I feel like it's weird when web developers don't have... websites. It's hosted, served and continuously deployed as a static bundle through Netlify.

I care about privacy so this website doesnt track you or set cookies, it doesn't request any third party assets or libraries, it makes no API requests, and it's fully functional with or without JavaScript.

## Issues
If you'd like to report some issues please feel free to do so [here](https://github.com/kravse/kravse.dev/issues).

## Usage

If you're interested in building something similar to this site, I made a boilerplate based on this repo that can help you get started. Check it out [here](https://github.com/kravse/vuejs-netlify-boilerplate).

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).