https://github.com/annrie/vuedation
Vue3 with Vite for my portfolio
https://github.com/annrie/vuedation
unocss vite vue3-typescript windicss
Last synced: 7 months ago
JSON representation
Vue3 with Vite for my portfolio
- Host: GitHub
- URL: https://github.com/annrie/vuedation
- Owner: annrie
- Created: 2022-10-15T15:57:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-23T14:26:52.000Z (10 months ago)
- Last Synced: 2025-01-16T21:17:05.136Z (9 months ago)
- Topics: unocss, vite, vue3-typescript, windicss
- Language: Vue
- Homepage: https://vuedation.phantomoon.com/
- Size: 17.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Vuedation
> ポートフォリオ用リポジトリ 参照サイト:[「現場で使えるVue.js 3.X 実践ガイド 」](https://github.com/monsterdive-web-div/vue3x_books)

旧オリジナル"Vuedation"からVue3+Vite仕様に作り直してポートフォリオ用に再公開しました。
諸々最新環境で動くようにはしています。
## セットアップ
テンプレートを手動でセットアップするには、まず Git でダウンロードします。
```bash
git clone git@github.com:annrie/Vuedation.git projectname
cd projectname
```## インストール
その後、コマンドラインでフォルダを開き、必要な依存関係をインストールします。 npm も使えますが、yarn2 を使用しています。
```bash
yarn set version berry # Setup of yarn2
echo "nodeLinker: node-modules" > .yarnrc.yml
yarn install
```インストールすると、.envファイルが作成されています。必要ならfirebase関係の認証アカウントを設定してください。
最後に、 `yarn dev` を実行して サーバーを立ち上げます。 完成したサイトは、次の URL で表示可能な distというフォルダーに作成されます。
```bash
http://localhost:3000
```## ライセンス
[MIT](https://github.com/annrie/Vuedation/blob/master/LICENSE)
Copyright © 2020-present, Annrie