Skip to content

kensoz/Rrea-admin

Repository files navigation

🔵 Rrea-Admin

github codecov Node npm License

GitHub: Server | Client

スタック

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

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

system

使用

インストール
yarn install
開発

http://localhost:3001で起動

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