https://github.com/developerhost/log_ip_vue
https://github.com/developerhost/log_ip_vue
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/developerhost/log_ip_vue
- Owner: developerhost
- Created: 2020-11-27T06:46:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-18T10:50:00.000Z (over 1 year ago)
- Last Synced: 2025-12-04T20:35:00.205Z (7 months ago)
- Language: Vue
- Size: 653 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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にリプレイス