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

https://github.com/developerhost/log_ip_vue


https://github.com/developerhost/log_ip_vue

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# log_ip_vue

## 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/).

## firebase

バージョン確認
```sh
firebase --version
```

最新版でない場合は、アップデート:

```sh
npm update -g firebase-tools
```

2. Firebase にログイン
Google アカウントで Firebase にログインします。

```sh
firebase login
```

3. Firebase プロジェクトを Vue.js に設定
Firebase Hosting を設定するために、プロジェクトのルートディレクトリで以下のコマンドを実行します。

```sh
firebase init
```

```sh
npm run build
```

デプロイ

```sh
firebase deploy
```

## TODO
- [ ] バージョンアップ
- [ ] Next.jsにリプレイス