https://github.com/freinet12/freinet-portfolio
My Portfolio (work in progress)
https://github.com/freinet12/freinet-portfolio
developer-portfolio javascript vuejs
Last synced: about 2 months ago
JSON representation
My Portfolio (work in progress)
- Host: GitHub
- URL: https://github.com/freinet12/freinet-portfolio
- Owner: freinet12
- Created: 2020-03-31T19:36:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T18:10:42.000Z (over 2 years ago)
- Last Synced: 2025-02-08T03:31:36.238Z (4 months ago)
- Topics: developer-portfolio, javascript, vuejs
- Language: Vue
- Homepage:
- Size: 4.37 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# freinet-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
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).