Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/altmshfkgudtjr/nb_portfolio_2020
NB's Portfolio Website with Vue.JS
https://github.com/altmshfkgudtjr/nb_portfolio_2020
Last synced: about 1 month ago
JSON representation
NB's Portfolio Website with Vue.JS
- Host: GitHub
- URL: https://github.com/altmshfkgudtjr/nb_portfolio_2020
- Owner: altmshfkgudtjr
- Created: 2020-01-20T20:15:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-10T08:39:10.000Z (almost 4 years ago)
- Last Synced: 2024-05-21T05:17:51.466Z (8 months ago)
- Language: Vue
- Size: 7.26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NB
> NB's Portpolio Web Site
![img](./img.png)
## About
My Portfolio Web site remodeling using Vue.js and Node.js.
## Stack
#### Front-end
- Vue.js
- CSS Module + SCSS#### Server
- Node.js
- ClearDB(MySQL)
- Heroku Web Hosting## Build Setup
#### Client-Side
``` bash
# Go Client
cd client# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build
```#### Server-Side
```bash
# Go Server
cd server# install dependencies
npm install# serve with hot reload at localhost:80
npm start
```#### Questions
Feel free to submit new issue when you have questions or find some bugs.