https://github.com/reezecodee/reeze-portfolio
🧑💻 This repository contains my web portfolio and various related projects that I have worked on.
https://github.com/reezecodee/reeze-portfolio
javascript portfolio-website vuejs
Last synced: about 1 year ago
JSON representation
🧑💻 This repository contains my web portfolio and various related projects that I have worked on.
- Host: GitHub
- URL: https://github.com/reezecodee/reeze-portfolio
- Owner: reezecodee
- Created: 2024-02-10T02:28:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T22:31:10.000Z (over 1 year ago)
- Last Synced: 2025-04-09T22:38:18.833Z (over 1 year ago)
- Topics: javascript, portfolio-website, vuejs
- Language: Vue
- Homepage: https://reeze.vercel.app/
- Size: 8.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
Awesome Lists containing this project
README
# web-portfolio
This template should help get you started developing with Vue 3 in Vite.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
```