https://github.com/sebinsong/jin
A portfolio website of a design student
https://github.com/sebinsong/jin
Last synced: about 2 months ago
JSON representation
A portfolio website of a design student
- Host: GitHub
- URL: https://github.com/sebinsong/jin
- Owner: SebinSong
- Created: 2020-06-28T02:57:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:04:50.000Z (over 3 years ago)
- Last Synced: 2025-02-01T03:27:18.646Z (over 1 year ago)
- Language: Vue
- Homepage: https://sebinsong.github.io/Jin/
- Size: 44.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jin
## 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/).