Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alfredo3232/portfolio-website-v2
- Owner: Alfredo3232
- Created: 2022-11-23T00:19:58.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-04T23:04:10.000Z (about 1 month ago)
- Last Synced: 2024-12-04T23:18:43.806Z (about 1 month 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.76 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
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
```