Skip to content

kensoz/Rrea-client

Repository files navigation

🟨 Rrea-Client(C1)

github codecov Node npm License

GitHub: Server | Admin

スタック

  • ⚡️ Vue.js 3 (Composition API)
  • ⚙️ TypeScript
  • 🎨 TailwindCSS 3
  • 📑 Eslint + Prettier
  • 🔌 Vitest + Vue-Test-Utils
  • 🔩 GitHub Actions + Codecov
  • 🏭 Vite
  • 📦 Yarn
  • 🔺 RESTful API

システムアーキテクチャー

system

使用

インストール
yarn install
開発

http://localhost:3000 で起動

yarn dev
ビルド
yarn build
テスト
yarn test