Skip to content

zd613/syukatsu-sintyoku-app

Repository files navigation

就活進捗アプリ

Deploy to gh pages

URL: https://zd613.github.io/syukatsu-sintyoku-app/

目的

就活選考状況の可視化

プロジェクトセットアップ

npm ci

or

npm install

開発サーバー起動

npm run dev

本番用にビルド

npm run build

ユニットテスト実行(Vitest)

npm run test:unit

End-toEndテスト実行(Cypress)

npm run build
npm run test:e2e # or `npm run test:e2e:ci` for headless testing

ESLintを実行

npm run lint

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published