Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yoshiki-0428/vue_self_introdude
- Owner: yoshiki-0428
- Created: 2018-06-29T14:14:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-15T08:09:42.000Z (over 4 years ago)
- Last Synced: 2024-11-09T13:46:49.276Z (2 months ago)
- Topics: firebase, firebase-database, firebase-hosting, nodejs, vue, vuematerial
- Language: Vue
- Homepage: https://introduction-my-web-site.firebaseapp.com/#/top
- Size: 738 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```