Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yoshiki-0428/vue_self_introdude

My Introduction site
https://github.com/yoshiki-0428/vue_self_introdude

firebase firebase-database firebase-hosting nodejs vue vuematerial

Last synced: 9 days ago
JSON representation

My Introduction site

Awesome Lists containing this project

README

        

# Self Introducing Site!!

- I publish my engineer story (career) and skill set on the site.

[yoshiki-0428](https://github.com/yoshiki-0428) の業務経歴を載せたサイトです。
GitHubリポシトリーやQiitaポストなどがまとまっています。

↓よりアクセス可能です。↓

[Site URL](https://introduction-my-web-site.firebaseapp.com/#/top)

## Architecture (システム構成)

![img](https://cacoo.com/diagrams/Yeei4z2vPCVAGBgU-1525C.png)

## Build Setup (構築手順)

``` bash
# node version

$ node -v
v10.16.1

# change node verision
brew install nodebrew
nodebrew install v10.16.1
nodebrew use v10.16.1

# install yarn
brew install yarn

# install dependencies
yarn

# serve with hot reload at localhost:8080
yarn run dev

# build for production with minification
yarn run build

# build for production and view the bundle analyzer report
yarn run build --report
```

## Firebase deploy
``` bash
# initialize firebase
firebase init

# deploy to firebase
firebase deploy
```