Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivansotelo/portfolio
Personal portfolio website
https://github.com/ivansotelo/portfolio
Last synced: 3 months ago
JSON representation
Personal portfolio website
- Host: GitHub
- URL: https://github.com/ivansotelo/portfolio
- Owner: IvanSotelo
- Created: 2020-03-03T17:28:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T15:14:47.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T22:42:39.133Z (almost 2 years ago)
- Language: Vue
- Homepage:
- Size: 3.97 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# portfolio
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your unit tests
```
npm run test:unit
```### Run your end-to-end tests
```
npm run test:e2e
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).