Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexchasx/my-portfolio
My portfolio website made on Vue 3
https://github.com/alexchasx/my-portfolio
composition-api pinia scss vue3
Last synced: 2 days ago
JSON representation
My portfolio website made on Vue 3
- Host: GitHub
- URL: https://github.com/alexchasx/my-portfolio
- Owner: alexchasx
- Created: 2023-07-28T07:34:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-14T15:07:42.000Z (3 months ago)
- Last Synced: 2024-08-14T16:39:57.141Z (3 months ago)
- Topics: composition-api, pinia, scss, vue3
- Language: Vue
- Homepage: https://alexchasx.github.io/my-portfolio/
- Size: 2.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my-portfolio--vue
## 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/).