Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fumi-sagawa/vue3-template
vue3のプロジェクトテンプレート
https://github.com/fumi-sagawa/vue3-template
Last synced: 3 days ago
JSON representation
vue3のプロジェクトテンプレート
- Host: GitHub
- URL: https://github.com/fumi-sagawa/vue3-template
- Owner: fumi-sagawa
- Created: 2021-10-22T05:21:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-13T06:38:19.000Z (almost 3 years ago)
- Last Synced: 2024-11-05T14:26:17.644Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 411 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue 3 Project Template
## 起動方法
インストール:`yarn`
開発:`yarn dev`
ビルド:`yarn build`
ユニットテスト:`yarn unit`
E2E テスト:`yarn e2e`
E2E テストコード生成:`npx playwright codegen [options] [url]`
## 参考文献
- [コンポーネントを小さく・きれいに設計しよう Vue Composition API を活用したコンポーネント分割術](https://ics.media/entry/210929/)
- [頑張らない Vue3 開発環境構築](https://zenn.dev/toruuetani/articles/038c390aedd7bb)
- [Pinia](https://pinia.esm.dev/introduction.html)
- [VueUse useStorage](https://vueuse.org/core/usestorage/)
- [Mock Service Worker で開発用のモック API を作る](https://zenn.dev/ryo_kawamata/articles/mock-api-server-with-msw)
- [Add testing to Vite](https://dev.to/vuesomedev/add-testing-to-vite-4b75)
- [PlayWright を使って E2E テストを書いてみた](https://www.cresco.co.jp/blog/entry/14335/)