Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kogrms/designer-portfolio
A clear designer's portfolio website created with Vue.js and Vue Router
https://github.com/kogrms/designer-portfolio
css html js vue-router vuejs2
Last synced: 16 days ago
JSON representation
A clear designer's portfolio website created with Vue.js and Vue Router
- Host: GitHub
- URL: https://github.com/kogrms/designer-portfolio
- Owner: kogrms
- Created: 2023-11-11T09:32:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-06T10:50:30.000Z (12 months ago)
- Last Synced: 2024-10-17T11:56:39.314Z (about 1 month ago)
- Topics: css, html, js, vue-router, vuejs2
- Language: JavaScript
- Homepage: https://kogrms.github.io/designer-portfolio/
- Size: 31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-vue-cli.md
Awesome Lists containing this project
README
# designer-portfolio
## 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/).