nagamine-git / projectA

EFGのProjectA

Home Page:http://projecta-d5435.firebaseapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

準備

# docker起動
docker-compose up
# 普通にbashへ入る
docker-compose exec web bash

アプリの作り方

# つくる
create-nuxt-app hogehoge
# ディレクトリ移動 & npm install
cd hogehoge && npm install

ローカルでの起動方法

# 起動
npm run dev

ビルド時

npm run build

デプロイ時

# firebaseへログイン
firebase login --no-localhost
# ※もし初期化してなかったら
firebase init
# ? What do you want to use as your public directory? dist
# ? Configure as a single-page app (rewrite all urls to /index.html)? Yes
# ? File dist/index.html already exists. Overwrite? No

# firebaseへデプロイ
firebase deploy

About

EFGのProjectA

http://projecta-d5435.firebaseapp.com/


Languages

Language:JavaScript 50.8%Language:Vue 49.2%