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: 3 months ago
JSON representation
My portfolio website, but cleaner and more maintainable with create-vue app.
- Host: GitHub
- URL: https://github.com/alfredo3232/portfolio-website-v2
- Owner: Alfredo3232
- Created: 2022-11-23T00:19:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-11T14:10:48.000Z (about 1 year ago)
- Last Synced: 2025-10-27T13:36:51.404Z (8 months ago)
- Topics: bootstrap, bootstrap5, css, html, javascript, portfolio-website, vite, vue, vue-router, vuejs
- Language: Vue
- Homepage: https://portfolio-website-v2-7909b.firebaseapp.com/
- Size: 4.79 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
```