Skip to content

traQ S - traP Internal Messenger Application Frontend

License

Notifications You must be signed in to change notification settings

trasta298/traQ_S-UI

 
 

Repository files navigation

traQ_S-UI

GitHub release CI release codecov Dependabot Status

traQ-S Frontend

開発環境構築

実行にはNode.jsが必要です

$ npm i
$ npm run gen-fonts

コマンド

ホットリロード環境

$ npm run serve

実行前に一度$ npm run gen-fontsを実行する必要があります

ビルド

$ npm run build

フォント以外のビルド

$ npm run build:with-font

フォントを含めたビルド

$ npm run gen-unicode_emojis

絵文字用データの生成 リポジトリに生成物が含まれています このコマンドは更新用です

$ npm run gen-fonts

フォントの生成 リポジトリに生成物が含まれていません

テスト/lint

$ npm run test:unit

ユニットテスト実行

$ npm run test:e2e

e2eテスト実行
cypress.env.jsonを以下の通りに作成する必要があります

{
  "username": "ユーザー名",
  "password": "パスワード"
}
$ npm run lint

lintの実行とauto-fixによる修正

$ npm run lint:no-fix

lintの実行(auto-fixなし)

About

traQ S - traP Internal Messenger Application Frontend

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 57.2%
  • TypeScript 39.0%
  • JavaScript 2.5%
  • SCSS 1.2%
  • Other 0.1%