Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fvhockney/dev_portfolio
Public code of my developer portfolio
https://github.com/fvhockney/dev_portfolio
Last synced: 22 days ago
JSON representation
Public code of my developer portfolio
- Host: GitHub
- URL: https://github.com/fvhockney/dev_portfolio
- Owner: fvhockney
- Created: 2018-05-23T14:41:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:45:46.000Z (about 2 years ago)
- Last Synced: 2024-10-30T19:46:06.279Z (2 months ago)
- Language: Vue
- Size: 88.6 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# devportfolio_v2
## 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/).