Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/annrie/vuedation
Vue3 with Vite for my portfolio
https://github.com/annrie/vuedation
unocss vite vue3-typescript windicss
Last synced: 4 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-23T14:26:52.000Z (28 days ago)
- Last Synced: 2024-12-23T15:29:36.828Z (28 days 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)
![cover](https://user-images.githubusercontent.com/5172584/196716094-170eda28-073f-4fbe-b56b-1eb0377fb5ec.gif)
旧オリジナル"Vuedation"からVue3+Vite仕様に作り直してポートフォリオ用に再公開しました。
諸々最新環境で動くようにはしています。
## セットアップ
テンプレートを手動でセットアップするには、まず Git でダウンロードします。
```bash
git clone [email protected]: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