Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alfredo3232/portfolio-website-v2

My portfolio website, but cleaner and more maintainable with create-vue app.
https://github.com/alfredo3232/portfolio-website-v2

bootstrap bootstrap5 css html javascript portfolio-website vite vue vue-router vuejs

Last synced: 21 days ago
JSON representation

My portfolio website, but cleaner and more maintainable with create-vue app.

Awesome Lists containing this project

README

        

# Portfolio Website V2

My portfolio website, but cleaner and more maintainable with create-vue app.\
I am using firebase to host my website as opposed to heroku, heroku recently has taken out their free tier.\
So I also moved my deployment over to firebase,\
link to my website -> [Portfolio Website](https://portfolio-website-v2-7909b.firebaseapp.com/)

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```

### Lint with [ESLint](https://eslint.org/)

```sh
npm run lint
```