Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gsuke/vue-todolist-tdd
A simple ToDo list app developed to study Vue.js and TDD
https://github.com/gsuke/vue-todolist-tdd
tdd vue
Last synced: 28 days ago
JSON representation
A simple ToDo list app developed to study Vue.js and TDD
- Host: GitHub
- URL: https://github.com/gsuke/vue-todolist-tdd
- Owner: gsuke
- License: mit
- Created: 2023-02-19T11:43:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T15:46:23.000Z (almost 2 years ago)
- Last Synced: 2024-11-15T01:30:23.223Z (3 months ago)
- Topics: tdd, vue
- Language: JavaScript
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
✅ ToDoリスト (Vue + TDD)
![]()
![]()
![]()
![]()
## 💬 概要
ToDoの管理ができます。
Vueとテスト駆動開発(TDD)の勉強のために作成しました。## ▶️ ローカル実行
1. `pnpm install`
2. `pnpm dev`* テストの実行: `test:run`
* テストカバレッジの取得: `test:coverage`## 🔧 使用技術
* [Vue.js 3](https://ja.vuejs.org/)
* Test
* [Vitest](https://vitest.dev/)
* [Testing Library](https://testing-library.com/)
* Style
* [Tailwind CSS](https://tailwindcss.com/)
* [daisyUI](https://daisyui.com/)
* Linter / Formater
* [xo](https://github.com/xojs/xo)
* [Prettier](https://prettier.io/)
* [GitHub Actions](https://docs.github.com/ja/actions)